lhoestq HF staff commited on
Commit
3993b67
1 Parent(s): be88a0d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +132 -1
README.md CHANGED
@@ -36,6 +36,137 @@ configs:
36
  - fr
37
  - ru
38
  - tu
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  ---
40
 
41
  # Dataset Card for MLSUM
@@ -307,4 +438,4 @@ Usage of dataset is restricted to non-commercial research purposes only. Copyrig
307
 
308
  ### Contributions
309
 
310
- Thanks to [@RachelKer](https://github.com/RachelKer), [@albertvillanova](https://github.com/albertvillanova), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
36
  - fr
37
  - ru
38
  - tu
39
+ dataset_info:
40
+ - config_name: de
41
+ features:
42
+ - name: text
43
+ dtype: string
44
+ - name: summary
45
+ dtype: string
46
+ - name: topic
47
+ dtype: string
48
+ - name: url
49
+ dtype: string
50
+ - name: title
51
+ dtype: string
52
+ - name: date
53
+ dtype: string
54
+ splits:
55
+ - name: test
56
+ num_bytes: 46847612
57
+ num_examples: 10701
58
+ - name: train
59
+ num_bytes: 846959840
60
+ num_examples: 220887
61
+ - name: validation
62
+ num_bytes: 47119541
63
+ num_examples: 11394
64
+ download_size: 1005814154
65
+ dataset_size: 940926993
66
+ - config_name: es
67
+ features:
68
+ - name: text
69
+ dtype: string
70
+ - name: summary
71
+ dtype: string
72
+ - name: topic
73
+ dtype: string
74
+ - name: url
75
+ dtype: string
76
+ - name: title
77
+ dtype: string
78
+ - name: date
79
+ dtype: string
80
+ splits:
81
+ - name: test
82
+ num_bytes: 71263665
83
+ num_examples: 13920
84
+ - name: train
85
+ num_bytes: 1214558302
86
+ num_examples: 266367
87
+ - name: validation
88
+ num_bytes: 50643400
89
+ num_examples: 10358
90
+ download_size: 1456211154
91
+ dataset_size: 1336465367
92
+ - config_name: fr
93
+ features:
94
+ - name: text
95
+ dtype: string
96
+ - name: summary
97
+ dtype: string
98
+ - name: topic
99
+ dtype: string
100
+ - name: url
101
+ dtype: string
102
+ - name: title
103
+ dtype: string
104
+ - name: date
105
+ dtype: string
106
+ splits:
107
+ - name: test
108
+ num_bytes: 69660288
109
+ num_examples: 15828
110
+ - name: train
111
+ num_bytes: 1471965014
112
+ num_examples: 392902
113
+ - name: validation
114
+ num_bytes: 70413212
115
+ num_examples: 16059
116
+ download_size: 1849565564
117
+ dataset_size: 1612038514
118
+ - config_name: ru
119
+ features:
120
+ - name: text
121
+ dtype: string
122
+ - name: summary
123
+ dtype: string
124
+ - name: topic
125
+ dtype: string
126
+ - name: url
127
+ dtype: string
128
+ - name: title
129
+ dtype: string
130
+ - name: date
131
+ dtype: string
132
+ splits:
133
+ - name: test
134
+ num_bytes: 9656398
135
+ num_examples: 757
136
+ - name: train
137
+ num_bytes: 257389497
138
+ num_examples: 25556
139
+ - name: validation
140
+ num_bytes: 9128497
141
+ num_examples: 750
142
+ download_size: 766226107
143
+ dataset_size: 276174392
144
+ - config_name: tu
145
+ features:
146
+ - name: text
147
+ dtype: string
148
+ - name: summary
149
+ dtype: string
150
+ - name: topic
151
+ dtype: string
152
+ - name: url
153
+ dtype: string
154
+ - name: title
155
+ dtype: string
156
+ - name: date
157
+ dtype: string
158
+ splits:
159
+ - name: test
160
+ num_bytes: 27830212
161
+ num_examples: 12775
162
+ - name: train
163
+ num_bytes: 641622783
164
+ num_examples: 249277
165
+ - name: validation
166
+ num_bytes: 25530661
167
+ num_examples: 11565
168
+ download_size: 942308960
169
+ dataset_size: 694983656
170
  ---
171
 
172
  # Dataset Card for MLSUM
 
438
 
439
  ### Contributions
440
 
441
+ Thanks to [@RachelKer](https://github.com/RachelKer), [@albertvillanova](https://github.com/albertvillanova), [@thomwolf](https://github.com/thomwolf) for adding this dataset.