Commit ·
34a1785
1
Parent(s): badf790
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
|
@@ -108,12 +108,12 @@ dataset_info:
|
|
| 108 |
- name: answer_token_ranges
|
| 109 |
dtype: string
|
| 110 |
splits:
|
| 111 |
-
- name: test
|
| 112 |
-
num_bytes: 19763673
|
| 113 |
-
num_examples: 5126
|
| 114 |
- name: train
|
| 115 |
num_bytes: 362031288
|
| 116 |
num_examples: 92549
|
|
|
|
|
|
|
|
|
|
| 117 |
- name: validation
|
| 118 |
num_bytes: 19862778
|
| 119 |
num_examples: 5166
|
|
|
|
| 108 |
- name: answer_token_ranges
|
| 109 |
dtype: string
|
| 110 |
splits:
|
|
|
|
|
|
|
|
|
|
| 111 |
- name: train
|
| 112 |
num_bytes: 362031288
|
| 113 |
num_examples: 92549
|
| 114 |
+
- name: test
|
| 115 |
+
num_bytes: 19763673
|
| 116 |
+
num_examples: 5126
|
| 117 |
- name: validation
|
| 118 |
num_bytes: 19862778
|
| 119 |
num_examples: 5166
|