j-hartmann commited on
Commit
04392f3
1 Parent(s): 80a6c9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -10,6 +10,8 @@ With this model, you can classify emotions in English text data. The model was t
10
  6) sadness
11
  7) surprise
12
 
 
 
13
  ## Application
14
 
15
  a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command:
 
10
  6) sadness
11
  7) surprise
12
 
13
+ The model is a fine-tuned checkpoint of DistilRoBERTa-base.
14
+
15
  ## Application
16
 
17
  a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command: