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