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