Description
Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.robertuito_sentiment_analysis_pipeline is a Castilian, Spanish model originally trained by pysentimiento.
How to use
pipeline = PretrainedPipeline("robertuito_sentiment_analysis_pipeline", lang = "es")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("robertuito_sentiment_analysis_pipeline", lang = "es")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | robertuito_sentiment_analysis_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.4.2+ |
| License: | Open Source |
| Edition: | Official |
| Language: | es |
| Size: | 408.3 MB |
References
https://huggingface.co/pysentimiento/robertuito-sentiment-analysis
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaForSequenceClassification