Castilian, Spanish est5base_simplify_pipeline pipeline T5Transformer from JorgeSarry

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/JorgeSarry/est5base-simplify

Included Models

  • DocumentAssembler
  • T5Transformer