English unifiedqa_v2_t5_base_1363200_finetuned_qa_doqa_pipeline pipeline T5Transformer from makanju0la

Description

Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.unifiedqa_v2_t5_base_1363200_finetuned_qa_doqa_pipeline is a English model originally trained by makanju0la.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("unifiedqa_v2_t5_base_1363200_finetuned_qa_doqa_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("unifiedqa_v2_t5_base_1363200_finetuned_qa_doqa_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: unifiedqa_v2_t5_base_1363200_finetuned_qa_doqa_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: en
Size: 961.5 MB

References

https://huggingface.co/makanju0la/unifiedqa-v2-t5-base-1363200-finetuned-qa-doqa

Included Models

  • DocumentAssembler
  • T5Transformer