Castilian, Spanish est5_summarize_pipeline pipeline T5Transformer from JorgeSarry

Description

Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.est5_summarize_pipeline is a Castilian, Spanish model originally trained by JorgeSarry.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("est5_summarize_pipeline", lang = "es")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("est5_summarize_pipeline", lang = "es")
val annotations = pipeline.transform(df)

Model Information

Model Name: est5_summarize_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: es
Size: 998.1 MB

References

https://huggingface.co/JorgeSarry/est5-summarize

Included Models

  • DocumentAssembler
  • T5Transformer