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