Castilian, Spanish dummy_pipeline pipeline MarianTransformer from DTorregrosa

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: dummy_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: es
Size: 539.9 MB

References

https://huggingface.co/DTorregrosa/dummy

Included Models

  • DocumentAssembler
  • SentenceDetectorDLModel
  • MarianTransformer