Description
Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.phayathaibert_thainer_pipeline
is a Thai model originally trained by Pavarissy.
How to use
pipeline = PretrainedPipeline("phayathaibert_thainer_pipeline", lang = "th")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("phayathaibert_thainer_pipeline", lang = "th")
val annotations = pipeline.transform(df)
Model Information
Model Name: | phayathaibert_thainer_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.4.2+ |
License: | Open Source |
Edition: | Official |
Language: | th |
Size: | 1.0 GB |
References
https://huggingface.co/Pavarissy/phayathaibert-thainer
Included Models
- DocumentAssembler
- TokenizerModel
- CamemBertForTokenClassification