Indonesian xlmroberta_ner_shopee_pipeline pipeline XlmRoBertaForTokenClassification from vkhangpham

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("xlmroberta_ner_shopee_pipeline", lang = "id")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("xlmroberta_ner_shopee_pipeline", lang = "id")
val annotations = pipeline.transform(df)

Model Information

Model Name: xlmroberta_ner_shopee_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: id
Size: 864.7 MB

References

https://huggingface.co/vkhangpham/shopee-ner

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification