Commit
•
1cb6569
1
Parent(s):
ad2030a
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
@@ -41,12 +41,12 @@ dataset_info:
|
|
41 |
- name: paraphrased_question
|
42 |
dtype: string
|
43 |
splits:
|
44 |
-
- name: test
|
45 |
-
num_bytes: 4067092
|
46 |
-
num_examples: 4781
|
47 |
- name: train
|
48 |
num_bytes: 16637751
|
49 |
num_examples: 19293
|
|
|
|
|
|
|
50 |
download_size: 3959901
|
51 |
dataset_size: 20704843
|
52 |
---
|
|
|
41 |
- name: paraphrased_question
|
42 |
dtype: string
|
43 |
splits:
|
|
|
|
|
|
|
44 |
- name: train
|
45 |
num_bytes: 16637751
|
46 |
num_examples: 19293
|
47 |
+
- name: test
|
48 |
+
num_bytes: 4067092
|
49 |
+
num_examples: 4781
|
50 |
download_size: 3959901
|
51 |
dataset_size: 20704843
|
52 |
---
|