Moldavian, Moldovan, Romanian xlm_roberta_base_romanian_ner_ronec_pipeline pipeline XlmRoBertaForTokenClassification from EvanD

Description

Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.xlm_roberta_base_romanian_ner_ronec_pipeline is a Moldavian, Moldovan, Romanian model originally trained by EvanD.

Predicted Entities

Download Copy S3 URI

How to use

pipeline = PretrainedPipeline("xlm_roberta_base_romanian_ner_ronec_pipeline", lang = "ro")
annotations =  pipeline.transform(df)
val pipeline = new PretrainedPipeline("xlm_roberta_base_romanian_ner_ronec_pipeline", lang = "ro")
val annotations = pipeline.transform(df)

Model Information

Model Name: xlm_roberta_base_romanian_ner_ronec_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: ro
Size: 800.1 MB

References

References

https://huggingface.co/EvanD/xlm-roberta-base-romanian-ner-ronec

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification