Description
Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.thai_xlm_robert_finetune_model_ver2_pipeline
is a Thai model originally trained by zhangwenzhe.
How to use
pipeline = PretrainedPipeline("thai_xlm_robert_finetune_model_ver2_pipeline", lang = "th")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("thai_xlm_robert_finetune_model_ver2_pipeline", lang = "th")
val annotations = pipeline.transform(df)
Model Information
Model Name: | thai_xlm_robert_finetune_model_ver2_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | th |
Size: | 772.4 MB |
References
https://huggingface.co/zhangwenzhe/Thai-XLM-Robert-finetune-model-ver2
Included Models
- DocumentAssembler
- TokenizerModel
- XlmRoBertaForTokenClassification