finiteautomata commited on
Commit
9384c7f
1 Parent(s): 2d232b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -10,6 +10,8 @@ tags:
10
  # Sentiment Analysis in Spanish
11
  ## beto-sentiment-analysis
12
 
 
 
13
  Repository: [https://github.com/finiteautomata/pysentimiento/](https://github.com/pysentimiento/pysentimiento/)
14
 
15
 
@@ -26,7 +28,7 @@ Uses `POS`, `NEG`, `NEU` labels.
26
 
27
  ## Citation
28
 
29
- If you use `pysentimiento` in your work, please cite [this paper](https://arxiv.org/abs/2106.09462)
30
 
31
  ```
32
  @misc{perez2021pysentimiento,
@@ -37,6 +39,16 @@ If you use `pysentimiento` in your work, please cite [this paper](https://arxiv.
37
  archivePrefix={arXiv},
38
  primaryClass={cs.CL}
39
  }
 
 
 
 
 
 
 
 
 
 
40
  ```
41
 
42
  Enjoy! 🤗
10
  # Sentiment Analysis in Spanish
11
  ## beto-sentiment-analysis
12
 
13
+ **NOTE: this model will be removed soon -- use [pysentimiento/robertuito-sentiment-analysis](https://huggingface.co/pysentimiento/robertuito-sentiment-analysis) instead**
14
+
15
  Repository: [https://github.com/finiteautomata/pysentimiento/](https://github.com/pysentimiento/pysentimiento/)
16
 
17
 
28
 
29
  ## Citation
30
 
31
+ If you use this model in your work, please cite the following papers:
32
 
33
  ```
34
  @misc{perez2021pysentimiento,
39
  archivePrefix={arXiv},
40
  primaryClass={cs.CL}
41
  }
42
+
43
+ @article{canete2020spanish,
44
+ title={Spanish pre-trained bert model and evaluation data},
45
+ author={Ca{\~n}ete, Jos{\'e} and Chaperon, Gabriel and Fuentes, Rodrigo and Ho, Jou-Hui and Kang, Hojin and P{\'e}rez, Jorge},
46
+ journal={Pml4dc at iclr},
47
+ volume={2020},
48
+ number={2020},
49
+ pages={1--10},
50
+ year={2020}
51
+ }
52
  ```
53
 
54
  Enjoy! 🤗