Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
multi-label-classification
Languages:
English
Size:
100K - 1M
License:
Commit
•
f3fa1e6
1
Parent(s):
ec47bb8
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 |
dtype: string
|
40 |
config_name: ohsumed
|
41 |
splits:
|
42 |
-
- name: test
|
43 |
-
num_bytes: 338533901
|
44 |
-
num_examples: 293855
|
45 |
- name: train
|
46 |
num_bytes: 60117860
|
47 |
num_examples: 54709
|
|
|
|
|
|
|
48 |
download_size: 139454017
|
49 |
dataset_size: 398651761
|
50 |
---
|
|
|
39 |
dtype: string
|
40 |
config_name: ohsumed
|
41 |
splits:
|
|
|
|
|
|
|
42 |
- name: train
|
43 |
num_bytes: 60117860
|
44 |
num_examples: 54709
|
45 |
+
- name: test
|
46 |
+
num_bytes: 338533901
|
47 |
+
num_examples: 293855
|
48 |
download_size: 139454017
|
49 |
dataset_size: 398651761
|
50 |
---
|