Add labels

This commit is contained in:
Cardiff NLP 2022-01-20 17:02:25 +00:00 committed by huggingface-web
parent c8c5458081
commit 8956fe4147
1 changed files with 7 additions and 1 deletions

View File

@ -2,9 +2,15 @@
This is a roBERTa-base model trained on ~58M tweets and finetuned for sentiment analysis with the TweetEval benchmark.
- Paper: [_TweetEval_ benchmark (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
- Reference Paper: [_TweetEval_ (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
- Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
<b>Labels</b>:
0 -> Negative;
1 -> Neutral;
2 -> Positive
## Example of classification
```python