Castilian, Spanish xlm_r_galen_nubes_pipeline pipeline XlmRoBertaForTokenClassification from IIC

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: xlm_r_galen_nubes_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: es
Size: 1.0 GB

References

https://huggingface.co/IIC/XLM_R_Galen-nubes

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification