lhoestq HF staff commited on
Commit
f9a313b
1 Parent(s): d702857

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +143 -1
README.md CHANGED
@@ -28,6 +28,147 @@ task_categories:
28
  task_ids: []
29
  pretty_name: WMT17
30
  paperswithcode_id: null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  # Dataset Card for "wmt17"
@@ -190,7 +331,8 @@ The data fields are the same among all splits.
190
  ```
191
 
192
  @InProceedings{bojar-EtAl:2017:WMT1,
193
- author = {Bojar, Ond {r}ej and Chatterjee, Rajen and Federmann, Christian and Graham, Yvette and Haddow, Barry and Huang, Shujian and Huck, Matthias and Koehn, Philipp and Liu, Qun and Logacheva, Varvara and Monz, Christof and Negri, Matteo and Post, Matt and Rubino, Raphael and Specia, Lucia and Turchi, Marco},
 
194
  title = {Findings of the 2017 Conference on Machine Translation (WMT17)},
195
  booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
196
  month = {September},
 
28
  task_ids: []
29
  pretty_name: WMT17
30
  paperswithcode_id: null
31
+ dataset_info:
32
+ - config_name: cs-en
33
+ features:
34
+ - name: translation
35
+ dtype:
36
+ translation:
37
+ languages:
38
+ - cs
39
+ - en
40
+ splits:
41
+ - name: test
42
+ num_bytes: 674430
43
+ num_examples: 3005
44
+ - name: train
45
+ num_bytes: 300698431
46
+ num_examples: 1018291
47
+ - name: validation
48
+ num_bytes: 707870
49
+ num_examples: 2999
50
+ download_size: 1784240523
51
+ dataset_size: 302080731
52
+ - config_name: de-en
53
+ features:
54
+ - name: translation
55
+ dtype:
56
+ translation:
57
+ languages:
58
+ - de
59
+ - en
60
+ splits:
61
+ - name: test
62
+ num_bytes: 729519
63
+ num_examples: 3004
64
+ - name: train
65
+ num_bytes: 1715537443
66
+ num_examples: 5906184
67
+ - name: validation
68
+ num_bytes: 735516
69
+ num_examples: 2999
70
+ download_size: 1945382236
71
+ dataset_size: 1717002478
72
+ - config_name: fi-en
73
+ features:
74
+ - name: translation
75
+ dtype:
76
+ translation:
77
+ languages:
78
+ - fi
79
+ - en
80
+ splits:
81
+ - name: test
82
+ num_bytes: 1388828
83
+ num_examples: 6004
84
+ - name: train
85
+ num_bytes: 743856525
86
+ num_examples: 2656542
87
+ - name: validation
88
+ num_bytes: 1410515
89
+ num_examples: 6000
90
+ download_size: 434531933
91
+ dataset_size: 746655868
92
+ - config_name: lv-en
93
+ features:
94
+ - name: translation
95
+ dtype:
96
+ translation:
97
+ languages:
98
+ - lv
99
+ - en
100
+ splits:
101
+ - name: test
102
+ num_bytes: 530474
103
+ num_examples: 2001
104
+ - name: train
105
+ num_bytes: 517419100
106
+ num_examples: 3567528
107
+ - name: validation
108
+ num_bytes: 544604
109
+ num_examples: 2003
110
+ download_size: 169634544
111
+ dataset_size: 518494178
112
+ - config_name: ru-en
113
+ features:
114
+ - name: translation
115
+ dtype:
116
+ translation:
117
+ languages:
118
+ - ru
119
+ - en
120
+ splits:
121
+ - name: test
122
+ num_bytes: 1040195
123
+ num_examples: 3001
124
+ - name: train
125
+ num_bytes: 11000075522
126
+ num_examples: 24782720
127
+ - name: validation
128
+ num_bytes: 1050677
129
+ num_examples: 2998
130
+ download_size: 3582640660
131
+ dataset_size: 11002166394
132
+ - config_name: tr-en
133
+ features:
134
+ - name: translation
135
+ dtype:
136
+ translation:
137
+ languages:
138
+ - tr
139
+ - en
140
+ splits:
141
+ - name: test
142
+ num_bytes: 752773
143
+ num_examples: 3007
144
+ - name: train
145
+ num_bytes: 60416617
146
+ num_examples: 205756
147
+ - name: validation
148
+ num_bytes: 732436
149
+ num_examples: 3000
150
+ download_size: 62263061
151
+ dataset_size: 61901826
152
+ - config_name: zh-en
153
+ features:
154
+ - name: translation
155
+ dtype:
156
+ translation:
157
+ languages:
158
+ - zh
159
+ - en
160
+ splits:
161
+ - name: test
162
+ num_bytes: 540347
163
+ num_examples: 2001
164
+ - name: train
165
+ num_bytes: 5529286149
166
+ num_examples: 25134743
167
+ - name: validation
168
+ num_bytes: 589591
169
+ num_examples: 2002
170
+ download_size: 2314906945
171
+ dataset_size: 5530416087
172
  ---
173
 
174
  # Dataset Card for "wmt17"
 
331
  ```
332
 
333
  @InProceedings{bojar-EtAl:2017:WMT1,
334
+ author = {Bojar, Ond
335
+ {r}ej and Chatterjee, Rajen and Federmann, Christian and Graham, Yvette and Haddow, Barry and Huang, Shujian and Huck, Matthias and Koehn, Philipp and Liu, Qun and Logacheva, Varvara and Monz, Christof and Negri, Matteo and Post, Matt and Rubino, Raphael and Specia, Lucia and Turchi, Marco},
336
  title = {Findings of the 2017 Conference on Machine Translation (WMT17)},
337
  booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
338
  month = {September},