Portuguese ptt5_small_portuguese_summarizer_pipeline pipeline T5Transformer from cnmoro

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("ptt5_small_portuguese_summarizer_pipeline", lang = "pt")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("ptt5_small_portuguese_summarizer_pipeline", lang = "pt")
val annotations = pipeline.transform(df)

Model Information

Model Name: ptt5_small_portuguese_summarizer_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: pt
Size: 337.7 MB

References

https://huggingface.co/cnmoro/ptt5_small_portuguese_summarizer

Included Models

  • DocumentAssembler
  • T5Transformer