Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.cendol_mt5_small_chat_pipeline is a Indonesian model originally trained by indonlp.
How to use
pipeline = PretrainedPipeline("cendol_mt5_small_chat_pipeline", lang = "id")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("cendol_mt5_small_chat_pipeline", lang = "id")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | cendol_mt5_small_chat_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.4.2+ |
| License: | Open Source |
| Edition: | Official |
| Language: | id |
| Size: | 1.5 GB |
References
https://huggingface.co/indonlp/cendol-mt5-small-chat
Included Models
- DocumentAssembler
- T5Transformer