Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K<n<100K
License:
Commit
·
1d391d2
1
Parent(s):
4519729
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
README.md
CHANGED
|
@@ -33,12 +33,12 @@ dataset_info:
|
|
| 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 |
---
|
|
|
|
| 33 |
3: angry
|
| 34 |
config_name: emo2019
|
| 35 |
splits:
|
|
|
|
|
|
|
|
|
|
| 36 |
- name: train
|
| 37 |
num_bytes: 2433205
|
| 38 |
num_examples: 30160
|
| 39 |
+
- name: test
|
| 40 |
+
num_bytes: 421555
|
| 41 |
+
num_examples: 5509
|
| 42 |
download_size: 3362556
|
| 43 |
dataset_size: 2854760
|
| 44 |
---
|