bdotloh commited on
Commit
286c714
1 Parent(s): 24b9e73

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - emotion-classification
5
+ datasets:
6
+ - bdotloh/empathetic-dialogues-contexts
7
+ ---
8
+
9
+
10
+ # Model Description
11
+
12
+ This is a distilbert-base-uncased model fine-tuned for the purpose of classifying [(emotional) contexts in the Empathetic Dialogues dataset](https://huggingface.co/datasets/bdotloh/empathetic-dialogues-contexts).
13
+
14
+ The fine-tuned distilbert-base-uncased can be found [here](https://huggingface.co/bhadresh-savani/bert-base-go-emotion).
15
+
16
+ ### Limitations and bias
17
+
18
+ EmpatheticDialogues:
19
+ 1) Unable to ascertain the degree of cultural specificity for the context that a respondent described when given an emotion label (i.e., p(description | emotion, *culture*))
20
+ 2) ...
21
+
22
+
23
+ ## Training data
24
+ see [dataset](https://huggingface.co/datasets/bdotloh/empathetic-dialogues-contexts)
25
+ ## Training procedure
26
+
27
+ ### Preprocessing
28
+
29
+ ## Evaluation results
30
+
31
+ ## Test results
32
+ Top 1 accuracy: 53.4
33
+ Top 5 accuracy: 86.1