Add metadata, links
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Twitter-roBERTa-base for Sentiment Analysis
|
2 |
|
3 |
This is a roBERTa-base model trained on ~58M tweets and finetuned for sentiment analysis with the TweetEval benchmark. This model is suitable for English (for a similar multilingual model, see [XLM-T](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base-sentiment)).
|
@@ -10,7 +16,8 @@ This is a roBERTa-base model trained on ~58M tweets and finetuned for sentiment
|
|
10 |
1 -> Neutral;
|
11 |
2 -> Positive
|
12 |
|
13 |
-
<b>New!</b> We just released a new sentiment analysis model trained on more recent and a larger quantity of tweets.
|
|
|
14 |
|
15 |
## Example of classification
|
16 |
|
@@ -87,4 +94,4 @@ Output:
|
|
87 |
1) positive 0.8466
|
88 |
2) neutral 0.1458
|
89 |
3) negative 0.0076
|
90 |
-
```
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- tweet_eval
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
# Twitter-roBERTa-base for Sentiment Analysis
|
8 |
|
9 |
This is a roBERTa-base model trained on ~58M tweets and finetuned for sentiment analysis with the TweetEval benchmark. This model is suitable for English (for a similar multilingual model, see [XLM-T](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base-sentiment)).
|
|
|
16 |
1 -> Neutral;
|
17 |
2 -> Positive
|
18 |
|
19 |
+
<b>New!</b> We just released a new sentiment analysis model trained on more recent and a larger quantity of tweets.
|
20 |
+
See [twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) and [TweetNLP](https://tweetnlp.org) for more details.
|
21 |
|
22 |
## Example of classification
|
23 |
|
|
|
94 |
1) positive 0.8466
|
95 |
2) neutral 0.1458
|
96 |
3) negative 0.0076
|
97 |
+
```
|