Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.translate_english_tonga_tonga_islands_turkish_pipeline is a Turkish model originally trained by suayptalha.
How to use
pipeline = PretrainedPipeline("translate_english_tonga_tonga_islands_turkish_pipeline", lang = "tr")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("translate_english_tonga_tonga_islands_turkish_pipeline", lang = "tr")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | translate_english_tonga_tonga_islands_turkish_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | tr |
| Size: | 1.0 GB |
References
https://huggingface.co/suayptalha/Translate-EN-to-TR
Included Models
- DocumentAssembler
- T5Transformer