bdotloh commited on
Commit
f383b0c
1 Parent(s): 9b7d8b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -10,12 +10,22 @@ datasets:
10
 
11
  # Model Description
12
 
13
- We performed transfer learning experiments on a bert-base-uncased model fine-tuned on the GoEmotions dataset for the purpose of classifying [(emotional) contexts in the Empathetic Dialogues dataset](https://huggingface.co/datasets/bdotloh/empathetic-dialogues-contexts).
14
 
15
  The fine-tuned distilbert-base-uncased can be found [here](https://huggingface.co/bhadresh-savani/bert-base-go-emotion).
16
 
17
  ### Limitations and bias
18
-
 
 
 
 
 
 
 
 
 
 
19
  ## Training data
20
 
21
  ## Training procedure
@@ -24,4 +34,3 @@ The fine-tuned distilbert-base-uncased can be found [here](https://huggingface.c
24
 
25
  ## Evaluation results
26
 
27
- ### BibTeX entry and citation info
10
 
11
  # Model Description
12
 
13
+ We performed transfer learning experiments on a distilbert-base-uncased model fine-tuned on the GoEmotions dataset for the purpose of classifying [(emotional) contexts in the Empathetic Dialogues dataset](https://huggingface.co/datasets/bdotloh/empathetic-dialogues-contexts).
14
 
15
  The fine-tuned distilbert-base-uncased can be found [here](https://huggingface.co/bhadresh-savani/bert-base-go-emotion).
16
 
17
  ### Limitations and bias
18
+
19
+ GoEmotions:
20
+ 1) Demographics of Reddit Users
21
+ 2) Imbalanced class distribution
22
+ 3) ...
23
+
24
+ EmpatheticDialogues:
25
+ 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*))
26
+ 2) ...
27
+
28
+
29
  ## Training data
30
 
31
  ## Training procedure
34
 
35
  ## Evaluation results
36