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