mgaido91 commited on
Commit
575997e
·
verified ·
1 Parent(s): b8802a6

update stats

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -179,6 +179,8 @@ The dataset is split into folders corresponding to the languages using the [2-le
179
 
180
  ## Dataset Statistics (in hours)
181
 
 
 
182
  | Language (LangID) | Labeled | Unlabeled | Total |
183
  |--------|--------|--------|-------|
184
  | Bulgarian (bg) | 111 | 17609 | 17720 |
@@ -207,6 +209,38 @@ The dataset is split into folders corresponding to the languages using the [2-le
207
  | Swedish (sv) | 58 | 16300 | 16358 |
208
  | Total | 505725 | 444467 | 950192|
209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
 
211
  ## Dataset Creation
212
  To reproduce the dataset creation, please refer to the [MOSEL README in the fbk-llm](https://github.com/hlt-mt/fbk-llm) repository.
 
179
 
180
  ## Dataset Statistics (in hours)
181
 
182
+ The following statistics refer to the whole MOSEL dataset:
183
+
184
  | Language (LangID) | Labeled | Unlabeled | Total |
185
  |--------|--------|--------|-------|
186
  | Bulgarian (bg) | 111 | 17609 | 17720 |
 
209
  | Swedish (sv) | 58 | 16300 | 16358 |
210
  | Total | 505725 | 444467 | 950192|
211
 
212
+ However, in this repo, there are transcripts only for a subset of the MOSEL data,
213
+ corresponding to:
214
+
215
+ | Language (LangID) | Hours |
216
+ |--------|--------|
217
+ | Bulgarian (bg) | 13892 |
218
+ | Croatian (hr) | 5276 |
219
+ | Czech (cs) | 14960 |
220
+ | Danish (da) | 10087 |
221
+ | Dutch (nl) | 12422 |
222
+ | English (en) | xxxxx |
223
+ | Estonian (et) | 7974 |
224
+ | Finnish (fi) | 10687 |
225
+ | French (fr) | 20225 |
226
+ | German (de) | 19464 |
227
+ | Greek (el) | 10982 |
228
+ | Hungarian (hu) | 11660 |
229
+ | Irish (ga) | 0 |
230
+ | Italian (it) | 16713 |
231
+ | Latvian (lv) | 9311 |
232
+ | Lithuanian (lt) | 10770 |
233
+ | Maltese (mt) | 4010 |
234
+ | Polish (pl) | 16502 |
235
+ | Portuguese (pt) | 15434 |
236
+ | Romanian (ro) | 12377 |
237
+ | Slovak (sk) | 4458 |
238
+ | Slovenian (sl) | 5851 |
239
+ | Spanish (es) | 16970 |
240
+ | Swedish (sv) | 9918 |
241
+ | Total | xxxx |
242
+
243
+
244
 
245
  ## Dataset Creation
246
  To reproduce the dataset creation, please refer to the [MOSEL README in the fbk-llm](https://github.com/hlt-mt/fbk-llm) repository.