Castilian, Spanish cleaner_restaurant_names_pipeline pipeline T5Transformer from felipeace96

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/felipeace96/cleaner-restaurant-names

Included Models

  • DocumentAssembler
  • T5Transformer