Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -66,17 +66,11 @@ configs:
|
|
66 |
path: data/validation-*
|
67 |
- split: test
|
68 |
path: data/test-*
|
69 |
-
|
70 |
-
data_files:
|
71 |
-
- split: train
|
72 |
-
path: main/train-*
|
73 |
-
- split: validation
|
74 |
-
path: main/validation-*
|
75 |
-
- split: test
|
76 |
-
path: main/test-*
|
77 |
---
|
78 |
Original dataset: [GoEmotions dataset](https://huggingface.co/datasets/google-research-datasets/go_emotions)
|
79 |
|
|
|
80 |
|
81 |
Dataset contains 7 emotion labels as per Dr. Ekman theory. Labels are as follows:
|
82 |
```yaml
|
|
|
66 |
path: data/validation-*
|
67 |
- split: test
|
68 |
path: data/test-*
|
69 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
---
|
71 |
Original dataset: [GoEmotions dataset](https://huggingface.co/datasets/google-research-datasets/go_emotions)
|
72 |
|
73 |
+
Filtered using "ekman_mapping.json" from original dataset repo
|
74 |
|
75 |
Dataset contains 7 emotion labels as per Dr. Ekman theory. Labels are as follows:
|
76 |
```yaml
|