Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -22,6 +22,27 @@ task_categories:
|
|
22 |
task_ids: []
|
23 |
pretty_name: WMT T2T
|
24 |
paperswithcode_id: null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for "wmt_t2t"
|
@@ -191,7 +212,8 @@ The data fields are the same among all splits.
|
|
191 |
```
|
192 |
|
193 |
@InProceedings{bojar-EtAl:2014:W14-33,
|
194 |
-
author = {Bojar, Ondrej and Buck, Christian and Federmann, Christian and Haddow, Barry and Koehn, Philipp and Leveling, Johannes and Monz, Christof and Pecina, Pavel and Post, Matt and Saint-Amand, Herve and Soricut, Radu and Specia, Lucia and Tamchyna, Ale
|
|
|
195 |
title = {Findings of the 2014 Workshop on Statistical Machine Translation},
|
196 |
booktitle = {Proceedings of the Ninth Workshop on Statistical Machine Translation},
|
197 |
month = {June},
|
|
|
22 |
task_ids: []
|
23 |
pretty_name: WMT T2T
|
24 |
paperswithcode_id: null
|
25 |
+
dataset_info:
|
26 |
+
features:
|
27 |
+
- name: translation
|
28 |
+
dtype:
|
29 |
+
translation:
|
30 |
+
languages:
|
31 |
+
- de
|
32 |
+
- en
|
33 |
+
config_name: de-en
|
34 |
+
splits:
|
35 |
+
- name: test
|
36 |
+
num_bytes: 777334
|
37 |
+
num_examples: 3003
|
38 |
+
- name: train
|
39 |
+
num_bytes: 1385110179
|
40 |
+
num_examples: 4592289
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 736415
|
43 |
+
num_examples: 3000
|
44 |
+
download_size: 1728762345
|
45 |
+
dataset_size: 1386623928
|
46 |
---
|
47 |
|
48 |
# Dataset Card for "wmt_t2t"
|
|
|
212 |
```
|
213 |
|
214 |
@InProceedings{bojar-EtAl:2014:W14-33,
|
215 |
+
author = {Bojar, Ondrej and Buck, Christian and Federmann, Christian and Haddow, Barry and Koehn, Philipp and Leveling, Johannes and Monz, Christof and Pecina, Pavel and Post, Matt and Saint-Amand, Herve and Soricut, Radu and Specia, Lucia and Tamchyna, Ale
|
216 |
+
{s}},
|
217 |
title = {Findings of the 2014 Workshop on Statistical Machine Translation},
|
218 |
booktitle = {Proceedings of the Ninth Workshop on Statistical Machine Translation},
|
219 |
month = {June},
|