Datasets:
Tasks:
Text Generation
Sub-tasks:
language-modeling
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Commit
•
aca4b0c
1
Parent(s):
c4bef00
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
@@ -30,15 +30,15 @@ dataset_info:
|
|
30 |
- name: text
|
31 |
dtype: string
|
32 |
splits:
|
33 |
-
- name: test
|
34 |
-
num_bytes: 40482864
|
35 |
-
num_examples: 100
|
36 |
- name: train
|
37 |
num_bytes: 11453688524
|
38 |
num_examples: 28602
|
39 |
- name: validation
|
40 |
num_bytes: 17402307
|
41 |
num_examples: 50
|
|
|
|
|
|
|
42 |
download_size: 11740484131
|
43 |
dataset_size: 11511573695
|
44 |
---
|
|
|
30 |
- name: text
|
31 |
dtype: string
|
32 |
splits:
|
|
|
|
|
|
|
33 |
- name: train
|
34 |
num_bytes: 11453688524
|
35 |
num_examples: 28602
|
36 |
- name: validation
|
37 |
num_bytes: 17402307
|
38 |
num_examples: 50
|
39 |
+
- name: test
|
40 |
+
num_bytes: 40482864
|
41 |
+
num_examples: 100
|
42 |
download_size: 11740484131
|
43 |
dataset_size: 11511573695
|
44 |
---
|