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