From d6af26ce06a6889d506113fec8d59e642b739785 Mon Sep 17 00:00:00 2001 From: Cardiff NLP Date: Fri, 18 Feb 2022 08:09:12 +0000 Subject: [PATCH] Update language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be05bb..e54c2d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Twitter-roBERTa-base for Sentiment Analysis -This is a roBERTa-base model trained on ~58M tweets and finetuned for sentiment analysis with the TweetEval benchmark. +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)). - Reference Paper: [_TweetEval_ (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf). - Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).