sid321axn commited on
Commit
45cfd36
β€’
1 Parent(s): e92acec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -21,6 +21,18 @@ It achieves the following results on the evaluation set:
21
 
22
  The base model used is Microsoft MiniLM-L12-H384-uncased which is finetuned on [GoEmotions dataset](https://huggingface.co/datasets/go_emotions) available on huggingface.
23
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## Intended uses & limitations
26
 
 
21
 
22
  The base model used is Microsoft MiniLM-L12-H384-uncased which is finetuned on [GoEmotions dataset](https://huggingface.co/datasets/go_emotions) available on huggingface.
23
 
24
+ With this model, you can classify emotions in English text data. The model predicts 10 basic emotions:
25
+
26
+ 1) anger 🀬
27
+ 2) love ❀️
28
+ 3) fear 😨
29
+ 4) joy πŸ˜€
30
+ 5) excitement πŸ˜„
31
+ 6) sadness 😭
32
+ 7) surprise 😲
33
+ 8) gratitude 😊
34
+ 9) curiosity πŸ€”
35
+ 10 caring
36
 
37
  ## Intended uses & limitations
38