Castilian, Spanish sentimientos_bullrich_pipeline pipeline XlmRoBertaForSequenceClassification from natmarinn

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/natmarinn/sentimientos-bullrich

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForSequenceClassification