Update readme.
Browse files
README.md
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Sentiment Analysis in Spanish
|
2 |
+
## beto-sentiment-analysis
|
3 |
+
Repository: [https://github.com/finiteautomata/pysentimiento/](https://github.com/finiteautomata/pysentimiento/)
|
4 |
+
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.
|
5 |
+
Uses `POS`, `NEG`, `NEU` labels.
|
6 |
+
**Coming soon**: a brief paper describing the model and training.
|
7 |
+
Enjoy! 🤗
|