Cardiff NLP commited on
Commit
9f7b583
·
1 Parent(s): 99de9f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -5,9 +5,11 @@ widget:
5
  ---
6
 
7
 
8
- # Twitter-roBERTa-base for Sentiment Analysis
9
 
10
- This is a roBERTa-base model trained on ~200M tweets and finetuned for sentiment analysis with the TweetEval benchmark. This model is suitable for English.
 
 
11
 
12
  - Reference Paper: [_TweetEval_ (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
13
  - Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
 
5
  ---
6
 
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).
12
+ This model is suitable for English.
13
 
14
  - Reference Paper: [_TweetEval_ (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
15
  - Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).