Description
Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.shopee_ner_domo123_pipeline is a English model originally trained by Domo123.
How to use
pipeline = PretrainedPipeline("shopee_ner_domo123_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("shopee_ner_domo123_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | shopee_ner_domo123_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | en |
| Size: | 841.6 MB |
References
https://huggingface.co/Domo123/shopee-ner
Included Models
- DocumentAssembler
- TokenizerModel
- XlmRoBertaForTokenClassification