Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
English
Size:
100K - 1M
Tags:
emotion-classification
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -70,6 +70,32 @@ train-eval-index:
|
|
70 |
average: weighted
|
71 |
tags:
|
72 |
- emotion-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
---
|
74 |
|
75 |
# Dataset Card for "emotion"
|
|
|
70 |
average: weighted
|
71 |
tags:
|
72 |
- emotion-classification
|
73 |
+
dataset_info:
|
74 |
+
features:
|
75 |
+
- name: text
|
76 |
+
dtype: string
|
77 |
+
- name: label
|
78 |
+
dtype:
|
79 |
+
class_label:
|
80 |
+
names:
|
81 |
+
0: sadness
|
82 |
+
1: joy
|
83 |
+
2: love
|
84 |
+
3: anger
|
85 |
+
4: fear
|
86 |
+
5: surprise
|
87 |
+
splits:
|
88 |
+
- name: test
|
89 |
+
num_bytes: 217177
|
90 |
+
num_examples: 2000
|
91 |
+
- name: train
|
92 |
+
num_bytes: 1741541
|
93 |
+
num_examples: 16000
|
94 |
+
- name: validation
|
95 |
+
num_bytes: 214699
|
96 |
+
num_examples: 2000
|
97 |
+
download_size: 2069616
|
98 |
+
dataset_size: 2173417
|
99 |
---
|
100 |
|
101 |
# Dataset Card for "emotion"
|