Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
concepts-to-text
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,26 @@ task_ids: []
|
|
21 |
paperswithcode_id: commongen
|
22 |
tags:
|
23 |
- concepts-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for "common_gen"
|
|
|
21 |
paperswithcode_id: commongen
|
22 |
tags:
|
23 |
- concepts-to-text
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: concept_set_idx
|
27 |
+
dtype: int32
|
28 |
+
- name: concepts
|
29 |
+
sequence: string
|
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 |
---
|
45 |
|
46 |
# Dataset Card for "common_gen"
|