Update references
Browse files
README.md
CHANGED
@@ -7,12 +7,11 @@ widget:
|
|
7 |
|
8 |
# Twitter-roBERTa-base for Sentiment Analysis - UPDATED (2021)
|
9 |
|
10 |
-
This is a roBERTa-base model trained on ~124M tweets from January 2018 to December 2021
|
11 |
-
The original roBERTa-base model can be found [here](https://huggingface.co/cardiffnlp/twitter-roberta-base-2021-124m).
|
12 |
-
This model is suitable for English.
|
13 |
|
14 |
-
- Reference Paper: [
|
15 |
-
- Git Repo: [
|
16 |
|
17 |
<b>Labels</b>:
|
18 |
0 -> Negative;
|
|
|
7 |
|
8 |
# Twitter-roBERTa-base for Sentiment Analysis - UPDATED (2021)
|
9 |
|
10 |
+
This is a roBERTa-base model trained on ~124M tweets from January 2018 to December 2021 , and finetuned for sentiment analysis with the TweetEval benchmark.
|
11 |
+
The original roBERTa-base model can be found [here](https://huggingface.co/cardiffnlp/twitter-roberta-base-2021-124m) and the original reference paper is [TweetEval](https://github.com/cardiffnlp/tweeteval).This model is suitable for English.
|
|
|
12 |
|
13 |
+
- Reference Paper: [TimeLMs paper](https://arxiv.org/abs/2202.03829).
|
14 |
+
- Git Repo: [TimeLMs official repository](https://github.com/cardiffnlp/timelms).
|
15 |
|
16 |
<b>Labels</b>:
|
17 |
0 -> Negative;
|