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