Commit
·
f5dda99
1
Parent(s):
c3bf57b
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
|
@@ -48,12 +48,12 @@ dataset_info:
|
|
| 48 |
dtype: string
|
| 49 |
config_name: atomic
|
| 50 |
splits:
|
| 51 |
-
- name: test
|
| 52 |
-
num_bytes: 3995624
|
| 53 |
-
num_examples: 24856
|
| 54 |
- name: train
|
| 55 |
num_bytes: 32441878
|
| 56 |
num_examples: 202271
|
|
|
|
|
|
|
|
|
|
| 57 |
- name: validation
|
| 58 |
num_bytes: 3629768
|
| 59 |
num_examples: 22620
|
|
|
|
| 48 |
dtype: string
|
| 49 |
config_name: atomic
|
| 50 |
splits:
|
|
|
|
|
|
|
|
|
|
| 51 |
- name: train
|
| 52 |
num_bytes: 32441878
|
| 53 |
num_examples: 202271
|
| 54 |
+
- name: test
|
| 55 |
+
num_bytes: 3995624
|
| 56 |
+
num_examples: 24856
|
| 57 |
- name: validation
|
| 58 |
num_bytes: 3629768
|
| 59 |
num_examples: 22620
|