English medflan_t5_large_pipeline pipeline T5Transformer from Karthikeyan-M3011

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: medflan_t5_large_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 3.1 GB

References

https://huggingface.co/Karthikeyan-M3011/medflan-t5-large

Included Models

  • DocumentAssembler
  • T5Transformer