lhoestq HF staff commited on
Commit
fec8ed8
1 Parent(s): 42e7116

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +103 -1
README.md CHANGED
@@ -27,6 +27,107 @@ task_categories:
27
  task_ids: []
28
  pretty_name: WMT14
29
  paperswithcode_id: wmt-2014
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
 
32
  # Dataset Card for "wmt14"
@@ -189,7 +290,8 @@ The data fields are the same among all splits.
189
  ```
190
 
191
  @InProceedings{bojar-EtAl:2014:W14-33,
192
- 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 {s}},
 
193
  title = {Findings of the 2014 Workshop on Statistical Machine Translation},
194
  booktitle = {Proceedings of the Ninth Workshop on Statistical Machine Translation},
195
  month = {June},
 
27
  task_ids: []
28
  pretty_name: WMT14
29
  paperswithcode_id: wmt-2014
30
+ dataset_info:
31
+ - config_name: cs-en
32
+ features:
33
+ - name: translation
34
+ dtype:
35
+ translation:
36
+ languages:
37
+ - cs
38
+ - en
39
+ splits:
40
+ - name: test
41
+ num_bytes: 757817
42
+ num_examples: 3003
43
+ - name: train
44
+ num_bytes: 280992794
45
+ num_examples: 953621
46
+ - name: validation
47
+ num_bytes: 702473
48
+ num_examples: 3000
49
+ download_size: 1696003559
50
+ dataset_size: 282453084
51
+ - config_name: de-en
52
+ features:
53
+ - name: translation
54
+ dtype:
55
+ translation:
56
+ languages:
57
+ - de
58
+ - en
59
+ splits:
60
+ - name: test
61
+ num_bytes: 777334
62
+ num_examples: 3003
63
+ - name: train
64
+ num_bytes: 1358410408
65
+ num_examples: 4508785
66
+ - name: validation
67
+ num_bytes: 736415
68
+ num_examples: 3000
69
+ download_size: 1696003559
70
+ dataset_size: 1359924157
71
+ - config_name: fr-en
72
+ features:
73
+ - name: translation
74
+ dtype:
75
+ translation:
76
+ languages:
77
+ - fr
78
+ - en
79
+ splits:
80
+ - name: test
81
+ num_bytes: 838857
82
+ num_examples: 3003
83
+ - name: train
84
+ num_bytes: 14752554924
85
+ num_examples: 40836715
86
+ - name: validation
87
+ num_bytes: 744447
88
+ num_examples: 3000
89
+ download_size: 6658118909
90
+ dataset_size: 14754138228
91
+ - config_name: hi-en
92
+ features:
93
+ - name: translation
94
+ dtype:
95
+ translation:
96
+ languages:
97
+ - hi
98
+ - en
99
+ splits:
100
+ - name: test
101
+ num_bytes: 1075016
102
+ num_examples: 2507
103
+ - name: train
104
+ num_bytes: 1936035
105
+ num_examples: 32863
106
+ - name: validation
107
+ num_bytes: 181465
108
+ num_examples: 520
109
+ download_size: 46879684
110
+ dataset_size: 3192516
111
+ - config_name: ru-en
112
+ features:
113
+ - name: translation
114
+ dtype:
115
+ translation:
116
+ languages:
117
+ - ru
118
+ - en
119
+ splits:
120
+ - name: test
121
+ num_bytes: 1087746
122
+ num_examples: 3003
123
+ - name: train
124
+ num_bytes: 433210270
125
+ num_examples: 1486965
126
+ - name: validation
127
+ num_bytes: 977946
128
+ num_examples: 3000
129
+ download_size: 1047396736
130
+ dataset_size: 435275962
131
  ---
132
 
133
  # Dataset Card for "wmt14"
 
290
  ```
291
 
292
  @InProceedings{bojar-EtAl:2014:W14-33,
293
+ 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
294
+ {s}},
295
  title = {Findings of the 2014 Workshop on Statistical Machine Translation},
296
  booktitle = {Proceedings of the Ninth Workshop on Statistical Machine Translation},
297
  month = {June},