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