lhoestq HF staff commited on
Commit
4db8ca4
1 Parent(s): b19cce3

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +103 -1
README.md CHANGED
@@ -26,6 +26,107 @@ task_categories:
26
  task_ids: []
27
  pretty_name: WMT15
28
  paperswithcode_id: wmt-2015
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # Dataset Card for "wmt15"
@@ -188,7 +289,8 @@ The data fields are the same among all splits.
188
  ```
189
 
190
  @InProceedings{bojar-EtAl:2015:WMT,
191
- author = {Bojar, Ond {r}ej and Chatterjee, Rajen and Federmann, Christian and Haddow, Barry and Huck, Matthias and Hokamp, Chris and Koehn, Philipp and Logacheva, Varvara and Monz, Christof and Negri, Matteo and Post, Matt and Scarton, Carolina and Specia, Lucia and Turchi, Marco},
 
192
  title = {Findings of the 2015 Workshop on Statistical Machine Translation},
193
  booktitle = {Proceedings of the Tenth Workshop on Statistical Machine Translation},
194
  month = {September},
26
  task_ids: []
27
  pretty_name: WMT15
28
  paperswithcode_id: wmt-2015
29
+ dataset_info:
30
+ - config_name: cs-en
31
+ features:
32
+ - name: translation
33
+ dtype:
34
+ translation:
35
+ languages:
36
+ - cs
37
+ - en
38
+ splits:
39
+ - name: test
40
+ num_bytes: 572203
41
+ num_examples: 2656
42
+ - name: train
43
+ num_bytes: 282996942
44
+ num_examples: 959768
45
+ - name: validation
46
+ num_bytes: 757817
47
+ num_examples: 3003
48
+ download_size: 1740666258
49
+ dataset_size: 284326962
50
+ - config_name: de-en
51
+ features:
52
+ - name: translation
53
+ dtype:
54
+ translation:
55
+ languages:
56
+ - de
57
+ - en
58
+ splits:
59
+ - name: test
60
+ num_bytes: 522989
61
+ num_examples: 2169
62
+ - name: train
63
+ num_bytes: 1364002869
64
+ num_examples: 4522998
65
+ - name: validation
66
+ num_bytes: 777334
67
+ num_examples: 3003
68
+ download_size: 1740666258
69
+ dataset_size: 1365303192
70
+ - config_name: fi-en
71
+ features:
72
+ - name: translation
73
+ dtype:
74
+ translation:
75
+ languages:
76
+ - fi
77
+ - en
78
+ splits:
79
+ - name: test
80
+ num_bytes: 306335
81
+ num_examples: 1370
82
+ - name: train
83
+ num_bytes: 605146817
84
+ num_examples: 2073394
85
+ - name: validation
86
+ num_bytes: 363941
87
+ num_examples: 1500
88
+ download_size: 273390220
89
+ dataset_size: 605817093
90
+ - config_name: fr-en
91
+ features:
92
+ - name: translation
93
+ dtype:
94
+ translation:
95
+ languages:
96
+ - fr
97
+ - en
98
+ splits:
99
+ - name: test
100
+ num_bytes: 298771
101
+ num_examples: 1500
102
+ - name: train
103
+ num_bytes: 14758986622
104
+ num_examples: 40853137
105
+ - name: validation
106
+ num_bytes: 1138737
107
+ num_examples: 4503
108
+ download_size: 6702781608
109
+ dataset_size: 14760424130
110
+ - config_name: ru-en
111
+ features:
112
+ - name: translation
113
+ dtype:
114
+ translation:
115
+ languages:
116
+ - ru
117
+ - en
118
+ splits:
119
+ - name: test
120
+ num_bytes: 955972
121
+ num_examples: 2818
122
+ - name: train
123
+ num_bytes: 437752256
124
+ num_examples: 1495081
125
+ - name: validation
126
+ num_bytes: 1087746
127
+ num_examples: 3003
128
+ download_size: 1092059435
129
+ dataset_size: 439795974
130
  ---
131
 
132
  # Dataset Card for "wmt15"
289
  ```
290
 
291
  @InProceedings{bojar-EtAl:2015:WMT,
292
+ author = {Bojar, Ond
293
+ {r}ej and Chatterjee, Rajen and Federmann, Christian and Haddow, Barry and Huck, Matthias and Hokamp, Chris and Koehn, Philipp and Logacheva, Varvara and Monz, Christof and Negri, Matteo and Post, Matt and Scarton, Carolina and Specia, Lucia and Turchi, Marco},
294
  title = {Findings of the 2015 Workshop on Statistical Machine Translation},
295
  booktitle = {Proceedings of the Tenth Workshop on Statistical Machine Translation},
296
  month = {September},