Castilian, Spanish mlm_spanish_roberta_base_pipeline pipeline RoBertaEmbeddings from MMG

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/MMG/mlm-spanish-roberta-base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings