From 04392f3e2eac92bb49c8402c01e4585351bbd5e9 Mon Sep 17 00:00:00 2001 From: Hartmann Date: Wed, 16 Jun 2021 09:35:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e9d0485..3d8ef20 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ 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. + ## Application a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command: