Hausa xlmroberta_ner_xlm_roberta_base_finetuned_ner_hausa_pipeline pipeline XlmRoBertaForTokenClassification from mbeukman

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("xlmroberta_ner_xlm_roberta_base_finetuned_ner_hausa_pipeline", lang = "ha")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("xlmroberta_ner_xlm_roberta_base_finetuned_ner_hausa_pipeline", lang = "ha")
val annotations = pipeline.transform(df)

Model Information

Model Name: xlmroberta_ner_xlm_roberta_base_finetuned_ner_hausa_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.0+
License: Open Source
Edition: Official
Language: ha
Size: 774.7 MB

References

https://huggingface.co/mbeukman/xlm-roberta-base-finetuned-ner-hausa

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification