Reorder split names
#1
by
albertvillanova
HF staff
- opened
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 |
---
|