Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Russian
Size:
10K - 100K
Tags:
emotion-classification
License:
Commit
·
e6cdd37
1
Parent(s):
60f260a
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
|
@@ -39,12 +39,12 @@ dataset_info:
|
|
| 39 |
- name: source
|
| 40 |
dtype: string
|
| 41 |
splits:
|
| 42 |
-
- name: test
|
| 43 |
-
num_bytes: 350275
|
| 44 |
-
num_examples: 1882
|
| 45 |
- name: train
|
| 46 |
num_bytes: 1418355
|
| 47 |
num_examples: 7528
|
|
|
|
|
|
|
|
|
|
| 48 |
download_size: 693026
|
| 49 |
dataset_size: 1768630
|
| 50 |
- config_name: enriched
|
|
@@ -70,12 +70,12 @@ dataset_info:
|
|
| 70 |
- name: lemma
|
| 71 |
dtype: string
|
| 72 |
splits:
|
| 73 |
-
- name: test
|
| 74 |
-
num_bytes: 1182343
|
| 75 |
-
num_examples: 1882
|
| 76 |
- name: train
|
| 77 |
num_bytes: 4792366
|
| 78 |
num_examples: 7528
|
|
|
|
|
|
|
|
|
|
| 79 |
download_size: 1822522
|
| 80 |
dataset_size: 5974709
|
| 81 |
---
|
|
|
|
| 39 |
- name: source
|
| 40 |
dtype: string
|
| 41 |
splits:
|
|
|
|
|
|
|
|
|
|
| 42 |
- name: train
|
| 43 |
num_bytes: 1418355
|
| 44 |
num_examples: 7528
|
| 45 |
+
- name: test
|
| 46 |
+
num_bytes: 350275
|
| 47 |
+
num_examples: 1882
|
| 48 |
download_size: 693026
|
| 49 |
dataset_size: 1768630
|
| 50 |
- config_name: enriched
|
|
|
|
| 70 |
- name: lemma
|
| 71 |
dtype: string
|
| 72 |
splits:
|
|
|
|
|
|
|
|
|
|
| 73 |
- name: train
|
| 74 |
num_bytes: 4792366
|
| 75 |
num_examples: 7528
|
| 76 |
+
- name: test
|
| 77 |
+
num_bytes: 1182343
|
| 78 |
+
num_examples: 1882
|
| 79 |
download_size: 1822522
|
| 80 |
dataset_size: 5974709
|
| 81 |
---
|