Sidharthan commited on
Commit
46de3a4
1 Parent(s): be96cbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -24,11 +24,23 @@ pipeline_tag: text-classification
24
 
25
  This is a RoBERTa-based model fine-tuned on the Empathetic Dialogues dataset for conversational emotion classification. The model leverages the powerful RoBERTa architecture to understand and classify emotional contexts in conversational text.
26
 
 
 
 
 
 
 
 
 
 
 
 
27
  ### Model Details
28
  - **Base Model**: roberta-base
29
  - **Task**: Emotion Classification in Conversations
30
  - **Dataset**: Empathetic Dialogues
31
  - **Training Approach**: Full Fine-Tuning
 
32
 
33
  ### Model Performance
34
 
@@ -84,7 +96,8 @@ with torch.no_grad():
84
 
85
  ## Limitations
86
  - Performance may vary with out-of-domain conversational contexts
87
- - Relies on the specific emotional categories in the Empathetic Dialogues dataset
 
88
  - Requires careful interpretation in real-world applications
89
 
90
  ## Ethical Considerations
 
24
 
25
  This is a RoBERTa-based model fine-tuned on the Empathetic Dialogues dataset for conversational emotion classification. The model leverages the powerful RoBERTa architecture to understand and classify emotional contexts in conversational text.
26
 
27
+ ### Emotion Classes
28
+ The model is trained to classify conversations into the following emotional categories:
29
+ - Surprised
30
+ - Angry
31
+ - Sad
32
+ - Joyful
33
+ - Anxious
34
+ - Hopeful
35
+ - Confident
36
+ - Disappointed
37
+
38
  ### Model Details
39
  - **Base Model**: roberta-base
40
  - **Task**: Emotion Classification in Conversations
41
  - **Dataset**: Empathetic Dialogues
42
  - **Training Approach**: Full Fine-Tuning
43
+ - **Number of Emotion Classes**: 8
44
 
45
  ### Model Performance
46
 
 
96
 
97
  ## Limitations
98
  - Performance may vary with out-of-domain conversational contexts
99
+ - Emotion classification limited to the 8 specified emotional categories
100
+ - Relies on the specific emotional nuances in the Empathetic Dialogues dataset
101
  - Requires careful interpretation in real-world applications
102
 
103
  ## Ethical Considerations