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