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