English ner_cw_pipeline_testt pipeline DistilBertForTokenClassification from ArshiaKarimian

Description

Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.ner_cw_pipeline_testt is a English model originally trained by ArshiaKarimian.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("ner_cw_pipeline_testt", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("ner_cw_pipeline_testt", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: ner_cw_pipeline_testt
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/NER_CW_PIPELINE_testt