From 6e991b433df602ade1d01be51c026b6e10a9ceb6 Mon Sep 17 00:00:00 2001 From: Hartmann Date: Mon, 30 Aug 2021 13:27:18 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d8fb85..8fe9183 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ With this model, you can classify emotions in English text data. The model was t 6) sadness 😭 7) surprise 😲 -The model is a fine-tuned checkpoint of [DistilRoBERTa-base](https://huggingface.co/distilroberta-base). +The model is a fine-tuned checkpoint of [DistilRoBERTa-base](https://huggingface.co/distilroberta-base). For a 'non-distilled' emotion model, please refer to the model card of the [RoBERTa-large](https://huggingface.co/j-hartmann/emotion-english-roberta-large) version. ## Application 🚀