Nepali (macrolanguage) ner_xlm_roberta_base_pipeline pipeline XlmRoBertaForTokenClassification from bishaldpande

Description

Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.ner_xlm_roberta_base_pipeline is a Nepali (macrolanguage) model originally trained by bishaldpande.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("ner_xlm_roberta_base_pipeline", lang = "ne")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("ner_xlm_roberta_base_pipeline", lang = "ne")
val annotations = pipeline.transform(df)

Model Information

Model Name: ner_xlm_roberta_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: ne
Size: 839.4 MB

References

https://huggingface.co/bishaldpande/Ner-xlm-roberta-base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification