English wikihow_t5small_model_prashanth_1998_pipeline pipeline T5Transformer from Prashanth-1998

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/Prashanth-1998/wikihow_t5small_model

Included Models

  • DocumentAssembler
  • T5Transformer