Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,28 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: emocontext
|
21 |
pretty_name: EmoContext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "emo"
|
@@ -176,4 +198,4 @@ The data fields are the same among all splits.
|
|
176 |
|
177 |
### Contributions
|
178 |
|
179 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@lordtt13](https://github.com/lordtt13), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: emocontext
|
21 |
pretty_name: EmoContext
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
0: others
|
31 |
+
1: happy
|
32 |
+
2: sad
|
33 |
+
3: angry
|
34 |
+
config_name: emo2019
|
35 |
+
splits:
|
36 |
+
- name: test
|
37 |
+
num_bytes: 421555
|
38 |
+
num_examples: 5509
|
39 |
+
- name: train
|
40 |
+
num_bytes: 2433205
|
41 |
+
num_examples: 30160
|
42 |
+
download_size: 3362556
|
43 |
+
dataset_size: 2854760
|
44 |
---
|
45 |
|
46 |
# Dataset Card for "emo"
|
|
|
198 |
|
199 |
### Contributions
|
200 |
|
201 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@lordtt13](https://github.com/lordtt13), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|