Description
Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.xlm_roberta_base_finetuned_kinyarwanda_pipeline is a Kinyarwanda model originally trained by Davlan.
How to use
pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_kinyarwanda_pipeline", lang = "rw")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_kinyarwanda_pipeline", lang = "rw")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | xlm_roberta_base_finetuned_kinyarwanda_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.4.2+ |
| License: | Open Source |
| Edition: | Official |
| Language: | rw |
| Size: | 1.0 GB |
References
https://huggingface.co/Davlan/xlm-roberta-base-finetuned-kinyarwanda
Included Models
- DocumentAssembler
- TokenizerModel
- XlmRoBertaEmbeddings