lhoestq HF staff commited on
Commit
050393b
1 Parent(s): de32ab4

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +172 -1
README.md CHANGED
@@ -89,6 +89,177 @@ configs:
89
  - da-ru
90
  - en-hi
91
  - fr-hy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  ---
93
 
94
  # Dataset Card for OpenSubtitles
@@ -283,4 +454,4 @@ Here are some examples of questions and facts:
283
 
284
  ### Contributions
285
 
286
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
89
  - da-ru
90
  - en-hi
91
  - fr-hy
92
+ dataset_info:
93
+ - config_name: bs-eo
94
+ features:
95
+ - name: id
96
+ dtype: string
97
+ - name: meta
98
+ struct:
99
+ - name: year
100
+ dtype: uint32
101
+ - name: imdbId
102
+ dtype: uint32
103
+ - name: subtitleId
104
+ struct:
105
+ - name: bs
106
+ dtype: uint32
107
+ - name: eo
108
+ dtype: uint32
109
+ - name: sentenceIds
110
+ struct:
111
+ - name: bs
112
+ sequence: uint32
113
+ - name: eo
114
+ sequence: uint32
115
+ - name: translation
116
+ dtype:
117
+ translation:
118
+ languages:
119
+ - bs
120
+ - eo
121
+ splits:
122
+ - name: train
123
+ num_bytes: 1204266
124
+ num_examples: 10989
125
+ download_size: 333050
126
+ dataset_size: 1204266
127
+ - config_name: fr-hy
128
+ features:
129
+ - name: id
130
+ dtype: string
131
+ - name: meta
132
+ struct:
133
+ - name: year
134
+ dtype: uint32
135
+ - name: imdbId
136
+ dtype: uint32
137
+ - name: subtitleId
138
+ struct:
139
+ - name: fr
140
+ dtype: uint32
141
+ - name: hy
142
+ dtype: uint32
143
+ - name: sentenceIds
144
+ struct:
145
+ - name: fr
146
+ sequence: uint32
147
+ - name: hy
148
+ sequence: uint32
149
+ - name: translation
150
+ dtype:
151
+ translation:
152
+ languages:
153
+ - fr
154
+ - hy
155
+ splits:
156
+ - name: train
157
+ num_bytes: 132450
158
+ num_examples: 668
159
+ download_size: 41861
160
+ dataset_size: 132450
161
+ - config_name: da-ru
162
+ features:
163
+ - name: id
164
+ dtype: string
165
+ - name: meta
166
+ struct:
167
+ - name: year
168
+ dtype: uint32
169
+ - name: imdbId
170
+ dtype: uint32
171
+ - name: subtitleId
172
+ struct:
173
+ - name: da
174
+ dtype: uint32
175
+ - name: ru
176
+ dtype: uint32
177
+ - name: sentenceIds
178
+ struct:
179
+ - name: da
180
+ sequence: uint32
181
+ - name: ru
182
+ sequence: uint32
183
+ - name: translation
184
+ dtype:
185
+ translation:
186
+ languages:
187
+ - da
188
+ - ru
189
+ splits:
190
+ - name: train
191
+ num_bytes: 1082649105
192
+ num_examples: 7543012
193
+ download_size: 267995167
194
+ dataset_size: 1082649105
195
+ - config_name: en-hi
196
+ features:
197
+ - name: id
198
+ dtype: string
199
+ - name: meta
200
+ struct:
201
+ - name: year
202
+ dtype: uint32
203
+ - name: imdbId
204
+ dtype: uint32
205
+ - name: subtitleId
206
+ struct:
207
+ - name: en
208
+ dtype: uint32
209
+ - name: hi
210
+ dtype: uint32
211
+ - name: sentenceIds
212
+ struct:
213
+ - name: en
214
+ sequence: uint32
215
+ - name: hi
216
+ sequence: uint32
217
+ - name: translation
218
+ dtype:
219
+ translation:
220
+ languages:
221
+ - en
222
+ - hi
223
+ splits:
224
+ - name: train
225
+ num_bytes: 13845544
226
+ num_examples: 93016
227
+ download_size: 2967295
228
+ dataset_size: 13845544
229
+ - config_name: bn-is
230
+ features:
231
+ - name: id
232
+ dtype: string
233
+ - name: meta
234
+ struct:
235
+ - name: year
236
+ dtype: uint32
237
+ - name: imdbId
238
+ dtype: uint32
239
+ - name: subtitleId
240
+ struct:
241
+ - name: bn
242
+ dtype: uint32
243
+ - name: is
244
+ dtype: uint32
245
+ - name: sentenceIds
246
+ struct:
247
+ - name: bn
248
+ sequence: uint32
249
+ - name: is
250
+ sequence: uint32
251
+ - name: translation
252
+ dtype:
253
+ translation:
254
+ languages:
255
+ - bn
256
+ - is
257
+ splits:
258
+ - name: train
259
+ num_bytes: 6371251
260
+ num_examples: 38272
261
+ download_size: 1411625
262
+ dataset_size: 6371251
263
  ---
264
 
265
  # Dataset Card for OpenSubtitles
454
 
455
  ### Contributions
456
 
457
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.