Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
nlp
Update README.md
Browse files
README.md
CHANGED
@@ -49,6 +49,8 @@ tags:
|
|
49 |
Original dataset: [GoEmotions dataset](https://huggingface.co/datasets/google-research-datasets/go_emotions)
|
50 |
|
51 |
Filtered using the following mapping based on the basic emotions found in Plutchik's Wheel of Emotions
|
|
|
|
|
52 |
wheel_dict = {
|
53 |
"joy": [
|
54 |
"joy",
|
@@ -70,6 +72,7 @@ wheel_dict = {
|
|
70 |
"anger": ["anger", "annoyance", "disapproval"],
|
71 |
"disgust": ["disgust"],
|
72 |
}
|
|
|
73 |
|
74 |
Dataset contains 7 emotion labels as per Dr. Ekman theory. Labels are as follows:
|
75 |
```yaml
|
|
|
49 |
Original dataset: [GoEmotions dataset](https://huggingface.co/datasets/google-research-datasets/go_emotions)
|
50 |
|
51 |
Filtered using the following mapping based on the basic emotions found in Plutchik's Wheel of Emotions
|
52 |
+
|
53 |
+
```json
|
54 |
wheel_dict = {
|
55 |
"joy": [
|
56 |
"joy",
|
|
|
72 |
"anger": ["anger", "annoyance", "disapproval"],
|
73 |
"disgust": ["disgust"],
|
74 |
}
|
75 |
+
```
|
76 |
|
77 |
Dataset contains 7 emotion labels as per Dr. Ekman theory. Labels are as follows:
|
78 |
```yaml
|