Castilian, Spanish spa_enpt_xlm_r_pipeline pipeline XlmRoBertaForTokenClassification from mbruton

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: spa_enpt_xlm_r_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.0+
License: Open Source
Edition: Official
Language: es
Size: 877.9 MB

References

https://huggingface.co/mbruton/spa_enpt_XLM-R

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification