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