File size: 1,288 Bytes
7f4c881 ca7c32e 7f4c881 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
license: cc-by-nc-4.0
pipeline_tag: text-classification
tags:
- BERT
- BETO
- spanish
- sentiment-analysis
- text-classification
- NLP
- transformers
widget:
- text: Me encanta usar este modelo para análisis de sentimiento.
example_title: Sentimiento Positivo
- text: Este producto no cumplió mis expectativas.
example_title: Sentimiento Negativo
- text: El clima está bastante agradable hoy.
example_title: Sentimiento Neutro
- text: Me siento devastado por las noticias recientes.
example_title: Sentimiento Negativo
- text: La película estuvo regular, no fue ni buena ni mala.
example_title: Sentimiento Neutro
language:
- es
library_name: transformers
---
# 🌐Spanish Sentiment Analysis Model 📝🤖
📌 **Summary in English**:
This sentiment analysis model is based on the BETO, a Spanish variant of BERT.
### 🎯📊 Model Performance
* **Accuracy in 3 categories**: 67.59%
* **Classification Report**:
| Sentiment | Precision | Recall | F1-Score | Support |
|-----------|-----------|--------|----------|---------|
| Negative | 0.64 | 0.72 | 0.68 | 15844 |
| Neutral | 0.64 | 0.54 | 0.58 | 22721 |
| Positive | 0.73 | 0.79 | 0.76 | 22233 |
| **Weighted Avg** | **0.67** | **0.68** | **0.67** | **60798** |
|