Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
concepts-to-text
License:
Commit
•
25c9f19
1
Parent(s):
6c78bee
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: target
|
31 |
dtype: string
|
32 |
splits:
|
33 |
-
- name: test
|
34 |
-
num_bytes: 77530
|
35 |
-
num_examples: 1497
|
36 |
- name: train
|
37 |
num_bytes: 6724250
|
38 |
num_examples: 67389
|
39 |
- name: validation
|
40 |
num_bytes: 408752
|
41 |
num_examples: 4018
|
|
|
|
|
|
|
42 |
download_size: 1845699
|
43 |
dataset_size: 7210532
|
44 |
---
|
|
|
30 |
- name: target
|
31 |
dtype: string
|
32 |
splits:
|
|
|
|
|
|
|
33 |
- name: train
|
34 |
num_bytes: 6724250
|
35 |
num_examples: 67389
|
36 |
- name: validation
|
37 |
num_bytes: 408752
|
38 |
num_examples: 4018
|
39 |
+
- name: test
|
40 |
+
num_bytes: 77530
|
41 |
+
num_examples: 1497
|
42 |
download_size: 1845699
|
43 |
dataset_size: 7210532
|
44 |
---
|