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