Update README.md

This commit is contained in:
Cardiff NLP 2021-04-17 06:26:57 +00:00 committed by huggingface-web
parent 7a0cada18e
commit 8bc605c908
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def preprocess(text):
new_text.append(t)
return " ".join(new_text)
MODEL = f"/home/jupyter/misc/tweeteval/TweetEval_models/xlm-twitter/twitter-xlm-roberta-base-sentiment"
MODEL = f"cardiffnlp/twitter-xlm-roberta-base-sentiment"
tokenizer = AutoTokenizer.from_pretrained(MODEL)
config = AutoConfig.from_pretrained(MODEL)