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