Description
Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.arabic_bank77_intent_classification_pipeline is a Arabic model originally trained by bassemessam.
How to use
pipeline = PretrainedPipeline("arabic_bank77_intent_classification_pipeline", lang = "ar")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("arabic_bank77_intent_classification_pipeline", lang = "ar")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | arabic_bank77_intent_classification_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.0+ |
| License: | Open Source |
| Edition: | Official |
| Language: | ar |
| Size: | 507.5 MB |
References
https://huggingface.co/bassemessam/Arabic-bank77-intent-classification
Included Models
- DocumentAssembler
- TokenizerModel
- BertForSequenceClassification