Description
Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.thai_xlm_roberta_squad_pipeline
is a Thai model originally trained by Teera.
How to use
pipeline = PretrainedPipeline("thai_xlm_roberta_squad_pipeline", lang = "th")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("thai_xlm_roberta_squad_pipeline", lang = "th")
val annotations = pipeline.transform(df)
Model Information
Model Name: | thai_xlm_roberta_squad_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.4.2+ |
License: | Open Source |
Edition: | Official |
Language: | th |
Size: | 882.1 MB |
References
https://huggingface.co/Teera/thai-xlm-roberta-squad
Included Models
- MultiDocumentAssembler
- XlmRoBertaForQuestionAnswering