Kinyarwanda xlm_roberta_base_finetuned_kinyarwanda_pipeline pipeline XlmRoBertaEmbeddings from Davlan

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.

Download Copy S3 URI

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