Description
Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.cw_ner_model_pipeline
is a English model originally trained by ArshiaKarimian.
How to use
pipeline = PretrainedPipeline("cw_ner_model_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("cw_ner_model_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | cw_ner_model_pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Input Labels: | [document, token] |
Output Labels: | [ner] |
Language: | en |
Size: | 247.3 MB |
References
https://huggingface.co/ArshiaKarimian/CW_NER_MODEL_PIPELINE