add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,26 @@ task_categories:
|
|
20 |
task_ids: []
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: MsrZhenTranslationParity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for msr_zhen_translation_parity
|
@@ -181,4 +201,4 @@ Citation information is available at this link [Achieving Human Parity on Automa
|
|
181 |
|
182 |
### Contributions
|
183 |
|
184 |
-
Thanks to [@leoxzhao](https://github.com/leoxzhao) for adding this dataset.
|
|
|
20 |
task_ids: []
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: MsrZhenTranslationParity
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: Reference-HT
|
26 |
+
dtype: string
|
27 |
+
- name: Reference-PE
|
28 |
+
dtype: string
|
29 |
+
- name: Combo-4
|
30 |
+
dtype: string
|
31 |
+
- name: Combo-5
|
32 |
+
dtype: string
|
33 |
+
- name: Combo-6
|
34 |
+
dtype: string
|
35 |
+
- name: Online-A-1710
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 1797033
|
40 |
+
num_examples: 2001
|
41 |
+
download_size: 0
|
42 |
+
dataset_size: 1797033
|
43 |
---
|
44 |
|
45 |
# Dataset Card for msr_zhen_translation_parity
|
|
|
201 |
|
202 |
### Contributions
|
203 |
|
204 |
+
Thanks to [@leoxzhao](https://github.com/leoxzhao) for adding this dataset.
|