Description
Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.xlm_roberta_base_lowercase_high_accuracy_pipeline is a Uzbek model originally trained by tukhtashevshohruh.
How to use
pipeline = PretrainedPipeline("xlm_roberta_base_lowercase_high_accuracy_pipeline", lang = "uz")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("xlm_roberta_base_lowercase_high_accuracy_pipeline", lang = "uz")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | xlm_roberta_base_lowercase_high_accuracy_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | uz |
| Size: | 839.4 MB |
References
https://huggingface.co/tukhtashevshohruh/xlm-roberta-base-lowercase-high-accuracy
Included Models
- DocumentAssembler
- TokenizerModel
- XlmRoBertaForTokenClassification