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