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