Add labels
This commit is contained in:
parent
c8c5458081
commit
8956fe4147
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue