Description
Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.xlmroberta_ner_xlm_roberta_base_finetuned_ner_yoruba_pipeline
is a Yoruba model originally trained by mbeukman.
How to use
pipeline = PretrainedPipeline("xlmroberta_ner_xlm_roberta_base_finetuned_ner_yoruba_pipeline", lang = "yo")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("xlmroberta_ner_xlm_roberta_base_finetuned_ner_yoruba_pipeline", lang = "yo")
val annotations = pipeline.transform(df)
Model Information
Model Name: | xlmroberta_ner_xlm_roberta_base_finetuned_ner_yoruba_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.4.0+ |
License: | Open Source |
Edition: | Official |
Language: | yo |
Size: | 772.8 MB |
References
https://huggingface.co/mbeukman/xlm-roberta-base-finetuned-ner-yoruba
Included Models
- DocumentAssembler
- TokenizerModel
- XlmRoBertaForTokenClassification