English podcast_summarizer_wick2025_pipeline pipeline T5Transformer from Wick2025

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: podcast_summarizer_wick2025_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 272.6 MB

References

https://huggingface.co/Wick2025/podcast_summarizer

Included Models

  • DocumentAssembler
  • T5Transformer