Shubhu07 commited on
Commit
a9e5ab7
·
verified ·
1 Parent(s): 01f077d

readme updated with model performances

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -25,15 +25,26 @@ It achieves the following results on the evaluation set:
25
 
26
  ## Model description
27
 
28
- More information needed
29
 
30
  ## Intended uses & limitations
31
 
32
  More information needed
33
 
 
 
 
 
 
 
34
  ## Training and evaluation data
 
 
 
35
 
36
- More information needed
 
 
37
 
38
  ## Training procedure
39
 
 
25
 
26
  ## Model description
27
 
28
+ his model is designed to analyze text and classify it into different emotional categories, such as joy, sadness, anger, etc. It has been trained on a dataset specifically labeled with emotions, allowing it to identify the emotional tone of the input text. The model works by processing the text and predicting which emotion best fits the given context
29
 
30
  ## Intended uses & limitations
31
 
32
  More information needed
33
 
34
+ ## limitations
35
+ - still this model is confused between fear and anger he model may confuse "fear" and "anger" because both emotions can be expressed in similar ways, especially in situations involving frustration, stress, or danger. Additionally, the language used to express these emotions might overlap, such as words like "nervous," "frustrated," or "threatened," which can be interpreted as either fear or anger depending on the context. This overlap in linguistic cues can make it challenging for the model to distinguish between the two emotions., joy & love
36
+ - similarely for love & Joy
37
+
38
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/673b3bb18ad55753067c0159/XXcil4Db3y9NgubwY3ecm.png)
39
+
40
  ## Training and evaluation data
41
+ I've used emotion data available on huggingface
42
+ Training data: emotion['train']
43
+ evaluation data: emotion['evaluation']
44
 
45
+ ## confusion matrix:
46
+
47
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/673b3bb18ad55753067c0159/Ny67eKNot-4Xir3lvtOoY.png)
48
 
49
  ## Training procedure
50