From d2d55ce26347cef4e86f2fc0403a92d338e851c3 Mon Sep 17 00:00:00 2001 From: Hartmann Date: Mon, 21 Jun 2021 06:45:45 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d71aeb8..d9d5bb0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ widget: ## Description -With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets and predicts 7 emotions: +With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets (see Appendix) and predicts Ekman's 6 basic emotions, plus a neutral class: 1) anger 2) disgust @@ -25,7 +25,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. The emotions reflect Ekman's 6 basic emotions, plus a neutral class. +The model is a fine-tuned checkpoint of DistilRoBERTa-base. ## Application