finiteautomata
commited on
Commit
•
f651943
1
Parent(s):
8e43185
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,25 @@ Model trained with SemEval 2017 corpus (around ~40k tweets). Base model is [BerT
|
|
8 |
|
9 |
Uses `POS`, `NEG`, `NEU` labels.
|
10 |
|
11 |
-
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
Enjoy! 🤗
|
|
|
8 |
|
9 |
Uses `POS`, `NEG`, `NEU` labels.
|
10 |
|
11 |
+
## License
|
12 |
|
13 |
+
`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.
|
14 |
+
|
15 |
+
1. [TASS Dataset license](http://tass.sepln.org/tass_data/download.php)
|
16 |
+
2. [SEMEval 2017 Dataset license]()
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
|
20 |
+
If you use `pysentimiento` in your work, please cite [this paper](https://arxiv.org/abs/2106.09462)
|
21 |
+
|
22 |
+
```
|
23 |
+
@misc{perez2021pysentimiento,
|
24 |
+
title={pysentimiento: A Python Toolkit for Sentiment Analysis and SocialNLP tasks},
|
25 |
+
author={Juan Manuel Pérez and Juan Carlos Giudici and Franco Luque},
|
26 |
+
year={2021},
|
27 |
+
eprint={2106.09462},
|
28 |
+
archivePrefix={arXiv},
|
29 |
+
primaryClass={cs.CL}
|
30 |
+
}
|
31 |
+
```
|
32 |
Enjoy! 🤗
|