Azerbaijani xlm_roberta_azerbaijani_ner_pipeline pipeline XlmRoBertaForTokenClassification from IsmatS

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("xlm_roberta_azerbaijani_ner_pipeline", lang = "az")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("xlm_roberta_azerbaijani_ner_pipeline", lang = "az")
val annotations = pipeline.transform(df)

Model Information

Model Name: xlm_roberta_azerbaijani_ner_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: az
Size: 815.0 MB

References

https://huggingface.co/IsmatS/xlm-roberta-az-ner

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification