Multilingual multilingual_ner_model_with_code23_pipeline pipeline XlmRoBertaForTokenClassification from maydogan

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("multilingual_ner_model_with_code23_pipeline", lang = "xx")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("multilingual_ner_model_with_code23_pipeline", lang = "xx")
val annotations = pipeline.transform(df)

Model Information

Model Name: multilingual_ner_model_with_code23_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: xx
Size: 840.8 MB

References

https://huggingface.co/maydogan/multilingual-ner-model-with-code23

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification