Description
Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.albert_tiny_chinese_sayula_popoluca_pipeline is a Chinese model originally trained by ckiplab.
How to use
pipeline = PretrainedPipeline("albert_tiny_chinese_sayula_popoluca_pipeline", lang = "zh")
annotations =  pipeline.transform(df)   
val pipeline = new PretrainedPipeline("albert_tiny_chinese_sayula_popoluca_pipeline", lang = "zh")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | albert_tiny_chinese_sayula_popoluca_pipeline | 
| Type: | pipeline | 
| Compatibility: | Spark NLP 5.5.0+ | 
| License: | Open Source | 
| Edition: | Official | 
| Language: | zh | 
| Size: | 15.2 MB | 
References
https://huggingface.co/ckiplab/albert-tiny-chinese-pos
Included Models
- DocumentAssembler
- TokenizerModel
- BertForTokenClassification