Chinese product_name_ner_model_pipeline pipeline BertForTokenClassification from clw8998

Description

Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.product_name_ner_model_pipeline is a Chinese model originally trained by clw8998.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("product_name_ner_model_pipeline", lang = "zh")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("product_name_ner_model_pipeline", lang = "zh")
val annotations = pipeline.transform(df)

Model Information

Model Name: product_name_ner_model_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: zh
Size: 142.0 MB

References

https://huggingface.co/clw8998/Product-Name-NER-model

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification