Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.med_flan_t5_large_pipeline is a Castilian, Spanish model originally trained by snorkelai.
How to use
pipeline = PretrainedPipeline("med_flan_t5_large_pipeline", lang = "es")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("med_flan_t5_large_pipeline", lang = "es")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | med_flan_t5_large_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.4.2+ |
| License: | Open Source |
| Edition: | Official |
| Language: | es |
| Size: | 3.1 GB |
References
https://huggingface.co/snorkelai/med-flan-t5-large
Included Models
- DocumentAssembler
- T5Transformer