From 5916057ce88cf0a408a195082b6c06d3dce12552 Mon Sep 17 00:00:00 2001 From: Jose Camacho Collados Date: Thu, 31 Mar 2022 09:47:41 +0000 Subject: [PATCH] Update reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4143734..984a910 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ widget: # Twitter-roBERTa-base for Sentiment Analysis - UPDATED (2021) -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. +This is a roBERTa-base model trained on ~124M tweets from January 2018 to December 2021 (see [here](https://huggingface.co/cardiffnlp/twitter-roberta-base-2021-124m)), and finetuned for sentiment analysis with the TweetEval benchmark. 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. - Reference Paper: [TimeLMs paper](https://arxiv.org/abs/2202.03829).