Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,24 @@ paperswithcode_id: null
|
|
20 |
pretty_name: the Cleaned Version of the E2E Dataset
|
21 |
tags:
|
22 |
- meaning-representation-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for the Cleaned Version of the E2E Dataset
|
|
|
20 |
pretty_name: the Cleaned Version of the E2E Dataset
|
21 |
tags:
|
22 |
- meaning-representation-to-text
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: meaning_representation
|
26 |
+
dtype: string
|
27 |
+
- name: human_reference
|
28 |
+
dtype: string
|
29 |
+
splits:
|
30 |
+
- name: test
|
31 |
+
num_bytes: 1262597
|
32 |
+
num_examples: 4693
|
33 |
+
- name: train
|
34 |
+
num_bytes: 7474936
|
35 |
+
num_examples: 33525
|
36 |
+
- name: validation
|
37 |
+
num_bytes: 1056527
|
38 |
+
num_examples: 4299
|
39 |
+
download_size: 14597407
|
40 |
+
dataset_size: 9794060
|
41 |
---
|
42 |
|
43 |
# Dataset Card for the Cleaned Version of the E2E Dataset
|