Update README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Sentiment Analysis in Spanish
|
| 2 |
+
## beto-sentiment-analysis
|
| 3 |
+
|
| 4 |
+
Repository: [https://github.com/finiteautomata/pysentimiento/](https://github.com/finiteautomata/pysentimiento/)
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
Model trained with TASS 2020 corpus (around ~5k tweets) of several dialects of Spanish. Base model is [BETO](https://github.com/dccuchile/beto), a BERT model trained in Spanish.
|
| 8 |
+
|
| 9 |
+
Uses `POS`, `NEG`, `NEU` labels.
|
| 10 |
+
|
| 11 |
+
**Coming soon**: a brief paper describing the model and training.
|
| 12 |
+
|
| 13 |
+
Enjoy! 🤗
|