Mongolian xlm_roberta_base_pipeline pipeline XlmRoBertaForTokenClassification from Oyunbaatar

Description

Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.xlm_roberta_base_pipeline is a Mongolian model originally trained by Oyunbaatar.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("xlm_roberta_base_pipeline", lang = "mn")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("xlm_roberta_base_pipeline", lang = "mn")
val annotations = pipeline.transform(df)

Model Information

Model Name: xlm_roberta_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: mn
Size: 803.9 MB

References

https://huggingface.co/Oyunbaatar/xlm-roberta-base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification