Commit
•
7f75415
1
Parent(s):
718afef
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
@@ -7,12 +7,12 @@ dataset_info:
|
|
7 |
dtype: string
|
8 |
config_name: plain_text
|
9 |
splits:
|
10 |
-
- name: test
|
11 |
-
num_bytes: 42942045
|
12 |
-
num_examples: 306688
|
13 |
- name: train
|
14 |
num_bytes: 4238206516
|
15 |
num_examples: 30301028
|
|
|
|
|
|
|
16 |
download_size: 1792209805
|
17 |
dataset_size: 4281148561
|
18 |
---
|
|
|
7 |
dtype: string
|
8 |
config_name: plain_text
|
9 |
splits:
|
|
|
|
|
|
|
10 |
- name: train
|
11 |
num_bytes: 4238206516
|
12 |
num_examples: 30301028
|
13 |
+
- name: test
|
14 |
+
num_bytes: 42942045
|
15 |
+
num_examples: 306688
|
16 |
download_size: 1792209805
|
17 |
dataset_size: 4281148561
|
18 |
---
|