Cardiff NLP
commited on
Commit
•
8956fe4
1
Parent(s):
c8c5458
Add labels
Browse files
README.md
CHANGED
@@ -2,9 +2,15 @@
|
|
2 |
|
3 |
This is a roBERTa-base model trained on ~58M tweets and finetuned for sentiment analysis with the TweetEval benchmark.
|
4 |
|
5 |
-
- Paper: [_TweetEval_
|
6 |
- Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
## Example of classification
|
9 |
|
10 |
```python
|
|
|
2 |
|
3 |
This is a roBERTa-base model trained on ~58M tweets and finetuned for sentiment analysis with the TweetEval benchmark.
|
4 |
|
5 |
+
- Reference Paper: [_TweetEval_ (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
|
6 |
- Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
|
7 |
|
8 |
+
<b>Labels</b>:
|
9 |
+
0 -> Negative;
|
10 |
+
1 -> Neutral;
|
11 |
+
2 -> Positive
|
12 |
+
|
13 |
+
|
14 |
## Example of classification
|
15 |
|
16 |
```python
|