Castilian, Spanish est5_base_pipeline pipeline T5Transformer from hiiamsid

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/hiiamsid/est5-base

Included Models

  • DocumentAssembler
  • T5Transformer