finiteautomata commited on
Commit
c7ff62f
1 Parent(s): 10fdf78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -7,6 +7,26 @@ Repository: [https://github.com/finiteautomata/pysentimiento/](https://github.co
7
  Model trained with TASS 2020 Task 2 corpus for Emotion detection in Spanish. Base model is [BETO](https://github.com/dccuchile/beto), a BERT model trained in Spanish.
8
 
9
 
10
- **Coming soon**: a brief paper describing the model and training.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  Enjoy! 🤗
7
  Model trained with TASS 2020 Task 2 corpus for Emotion detection in Spanish. Base model is [BETO](https://github.com/dccuchile/beto), a BERT model trained in Spanish.
8
 
9
 
10
+ ## License
11
+
12
+ `pysentimiento` is an open-source library for non-commercial use and scientific research purposes only. Please be aware that models are trained with third-party datasets and are subject to their respective licenses.
13
+
14
+ 1. [TASS Dataset license](http://tass.sepln.org/tass_data/download.php)
15
+ 2. [SEMEval 2017 Dataset license]()
16
+
17
+ ## Citation
18
+
19
+ If you use `pysentimiento` in your work, please cite [this paper](https://arxiv.org/abs/2106.09462)
20
+
21
+ ```
22
+ @misc{perez2021pysentimiento,
23
+ title={pysentimiento: A Python Toolkit for Sentiment Analysis and SocialNLP tasks},
24
+ author={Juan Manuel Pérez and Juan Carlos Giudici and Franco Luque},
25
+ year={2021},
26
+ eprint={2106.09462},
27
+ archivePrefix={arXiv},
28
+ primaryClass={cs.CL}
29
+ }
30
+ ```
31
 
32
  Enjoy! 🤗