nikunjbjj commited on
Commit
c92becb
1 Parent(s): 016830d

Update readme.

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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! 🤗