English unifiedqa_v2_t5_base_1363200_finetuned_causalqa_squad_daydrill_pipeline pipeline T5Transformer from daydrill

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/daydrill/unifiedqa-v2-t5-base-1363200-finetuned-causalqa-squad

Included Models

  • DocumentAssembler
  • T5Transformer