File size: 14,460 Bytes
5345efe 0e653f5 a03bd84 6274aaa bda58ad 66d9a93 28ce668 b34e140 ed144c0 b5aa3ab cf548e0 038ba6e 0f2f531 f70e3b7 fab2736 990b96f fef54e8 402c76a 130fb45 9ac5f31 8585935 85126d7 49639e9 0bf06d2 55de344 35e4485 842f58a d9592f7 65a0827 e8768db 16f9339 7125ad9 7fa4caa 82345ca 264c057 4b5b3ec 7ea1b5a e0ea4cb 340fdce 4987d6f 7c3836f 391435e 4732de3 67bee99 8313e64 f71f382 e013076 e5aa7d0 e59eef3 2bcc8d2 c3ebda1 26be49f a8e227a 14fbc4a aea785e fbc1f29 21e29b1 51c3121 17de00e 0ed6097 a10b0ae 3cb6578 c04fd8e cd487d9 6f65515 4ff6684 92153cb f602349 210ac2e 54f43cd 24e7d07 b30507c 925ce42 b9ffe54 3723d61 52f1e83 8455aef 8817540 30b7fb6 3a3cc56 721de31 e7bed87 af23cd7 83d6919 28e25d9 0dc57ee c2af0f3 6269e56 239888c 9c52a38 21eb52e c8d7884 be8a645 d04a4c1 9a561d7 25b607b ca070ee 053ac78 d9cabfa a5825e0 8a85010 3540b8b 56f4930 3255e44 bc0af3c 8ee31ba 50e31e8 0e653f5 a03bd84 6274aaa bda58ad 66d9a93 28ce668 b34e140 ed144c0 b5aa3ab cf548e0 038ba6e 0f2f531 f70e3b7 fab2736 990b96f fef54e8 402c76a 130fb45 9ac5f31 8585935 85126d7 49639e9 0bf06d2 55de344 35e4485 842f58a d9592f7 65a0827 e8768db 16f9339 7125ad9 7fa4caa 82345ca 264c057 4b5b3ec 7ea1b5a e0ea4cb 340fdce 4987d6f 7c3836f 391435e 4732de3 67bee99 8313e64 f71f382 e013076 e5aa7d0 e59eef3 2bcc8d2 c3ebda1 26be49f a8e227a 14fbc4a aea785e fbc1f29 21e29b1 51c3121 17de00e 0ed6097 a10b0ae 3cb6578 c04fd8e cd487d9 6f65515 4ff6684 92153cb f602349 210ac2e 54f43cd 24e7d07 b30507c 925ce42 b9ffe54 3723d61 52f1e83 8455aef 8817540 30b7fb6 3a3cc56 721de31 e7bed87 af23cd7 83d6919 28e25d9 0dc57ee c2af0f3 6269e56 239888c 9c52a38 21eb52e c8d7884 be8a645 d04a4c1 9a561d7 25b607b ca070ee 053ac78 d9cabfa a5825e0 8a85010 3540b8b 56f4930 3255e44 bc0af3c 8ee31ba 50e31e8 5345efe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 |
---
license: apache-2.0
dataset_info:
features:
- name: sentence
dtype: string
- name: data_lang
dtype: string
- name: language
dtype: string
- name: dataset
dtype: string
splits:
- name: afrisenti_arq
num_bytes: 233715
num_examples: 1651
- name: afrisenti_ary
num_bytes: 806639
num_examples: 5583
- name: afrisenti_hau
num_bytes: 1646802
num_examples: 14172
- name: afrisenti_tir
num_bytes: 1516027
num_examples: 11763
- name: afrisenti_yor
num_bytes: 1503323
num_examples: 8522
- name: naijasenti_ibo
num_bytes: 1092176
num_examples: 10192
- name: common_voice_az
num_bytes: 3414
num_examples: 39
- name: common_voice_bas
num_bytes: 44951
num_examples: 763
- name: common_voice_as
num_bytes: 117173
num_examples: 831
- name: common_voice_bg
num_bytes: 430965
num_examples: 3212
- name: common_voice_ckb
num_bytes: 653707
num_examples: 7010
- name: common_voice_cv
num_bytes: 189997
num_examples: 1538
- name: common_voice_br
num_bytes: 154265
num_examples: 2644
- name: common_voice_da
num_bytes: 215313
num_examples: 2734
- name: common_voice_cs
num_bytes: 1336956
num_examples: 14815
- name: common_voice_el
num_bytes: 196033
num_examples: 1919
- name: common_voice_dv
num_bytes: 386332
num_examples: 2682
- name: common_voice_cy
num_bytes: 653736
num_examples: 7769
- name: common_voice_ab
num_bytes: 2371634
num_examples: 21027
- name: common_voice_et
num_bytes: 412057
num_examples: 3137
- name: common_voice_ar
num_bytes: 2926964
num_examples: 28195
- name: common_voice_eu
num_bytes: 974867
num_examples: 10904
- name: common_voice_ba
num_bytes: 12937853
num_examples: 118945
- name: common_voice_fi
num_bytes: 184655
num_examples: 2121
- name: common_voice_bn
num_bytes: 4084354
num_examples: 20422
- name: common_voice_gl
num_bytes: 428055
num_examples: 5021
- name: common_voice_gn
num_bytes: 92201
num_examples: 1393
- name: common_voice_ha
num_bytes: 143178
num_examples: 1930
- name: common_voice_hi
num_bytes: 670283
num_examples: 4437
- name: common_voice_hsb
num_bytes: 84938
num_examples: 808
- name: common_voice_fa
num_bytes: 2326042
num_examples: 27735
- name: common_voice_hu
num_bytes: 663746
num_examples: 7744
- name: common_voice_ig
num_bytes: 627
num_examples: 8
- name: common_voice_ia
num_bytes: 336356
num_examples: 5030
- name: common_voice_id
num_bytes: 490534
num_examples: 5040
- name: tatoeba_ab
num_bytes: 1707
num_examples: 28
- name: tatoeba_aln
num_bytes: 1313
num_examples: 28
- name: tatoeba_am
num_bytes: 13041
num_examples: 211
- name: tatoeba_an
num_bytes: 129
num_examples: 4
- name: tatoeba_aoz
num_bytes: 984
num_examples: 25
- name: tatoeba_ajp
num_bytes: 148
num_examples: 4
- name: tatoeba_ar
num_bytes: 978
num_examples: 20
- name: tatoeba_arz
num_bytes: 1259
num_examples: 24
- name: tatoeba_as
num_bytes: 243
num_examples: 4
- name: tatoeba_ast
num_bytes: 1633
num_examples: 28
- name: tatoeba_avk
num_bytes: 154
num_examples: 4
- name: common_voice_ka
num_bytes: 823883
num_examples: 3944
- name: tatoeba_ba
num_bytes: 169
num_examples: 4
- name: tatoeba_bal
num_bytes: 2662
num_examples: 37
- name: tatoeba_bar
num_bytes: 10547
num_examples: 166
- name: tatoeba_afh
num_bytes: 498
num_examples: 11
- name: tatoeba_be
num_bytes: 237
num_examples: 4
- name: tatoeba_bho
num_bytes: 4266
num_examples: 43
- name: common_voice_ja
num_bytes: 820264
num_examples: 7211
- name: common_voice_kk
num_bytes: 47711
num_examples: 453
- name: common_voice_kmr
num_bytes: 300269
num_examples: 4426
- name: common_voice_ko
num_bytes: 9788
num_examples: 94
- name: common_voice_ky
num_bytes: 220738
num_examples: 1787
- name: common_voice_it
num_bytes: 15389651
num_examples: 160160
- name: common_voice_lt
num_bytes: 450290
num_examples: 5196
- name: common_voice_lv
num_bytes: 171198
num_examples: 2734
- name: common_voice_mdf
num_bytes: 20088
num_examples: 173
- name: common_voice_lg
num_bytes: 6049960
num_examples: 66273
- name: common_voice_mk
num_bytes: 14817
num_examples: 115
- name: common_voice_ml
num_bytes: 66003
num_examples: 459
- name: common_voice_be
num_bytes: 42271866
num_examples: 347261
- name: common_voice_mr
num_bytes: 440791
num_examples: 2238
- name: common_voice_mn
num_bytes: 322538
num_examples: 2149
- name: common_voice_mt
num_bytes: 163485
num_examples: 1944
- name: common_voice_myv
num_bytes: 167529
num_examples: 1241
- name: common_voice_mrj
num_bytes: 788367
num_examples: 7173
- name: common_voice_oc
num_bytes: 3277
num_examples: 41
- name: common_voice_or
num_bytes: 75734
num_examples: 482
- name: common_voice_nl
num_bytes: 2871409
num_examples: 30827
- name: common_voice_pl
num_bytes: 1652752
num_examples: 16916
- name: common_voice_quy
num_bytes: 64
num_examples: 1
- name: common_voice_mhr
num_bytes: 8972151
num_examples: 82828
- name: common_voice_kab
num_bytes: 9629523
num_examples: 151641
- name: common_voice_pt
num_bytes: 1354364
num_examples: 19282
- name: common_voice_sah
num_bytes: 252804
num_examples: 1594
- name: common_voice_ro
num_bytes: 404959
num_examples: 5113
- name: common_voice_sat
num_bytes: 32933
num_examples: 279
- name: common_voice_sc
num_bytes: 36427
num_examples: 458
- name: common_voice_sk
num_bytes: 185998
num_examples: 2967
- name: common_voice_skr
num_bytes: 114291
num_examples: 1256
- name: common_voice_sr
num_bytes: 85359
num_examples: 1380
- name: common_voice_eo
num_bytes: 12037095
num_examples: 143998
- name: common_voice_ru
num_bytes: 3751502
num_examples: 26043
- name: common_voice_ti
num_bytes: 996
num_examples: 10
- name: common_voice_tig
num_bytes: 790
num_examples: 10
- name: common_voice_tok
num_bytes: 164884
num_examples: 2450
- name: common_voice_tr
num_bytes: 1920370
num_examples: 30915
- name: common_voice_tt
num_bytes: 970363
num_examples: 9565
- name: common_voice_tw
num_bytes: 825
num_examples: 12
- name: common_voice_ug
num_bytes: 655165
num_examples: 4421
- name: common_voice_uk
num_bytes: 1725631
num_examples: 15749
- name: common_voice_ta
num_bytes: 9294364
num_examples: 42594
- name: common_voice_fr
num_bytes: 48078746
num_examples: 499535
- name: common_voice_vi
num_bytes: 182162
num_examples: 2475
- name: common_voice_vot
num_bytes: 5744
num_examples: 96
- name: common_voice_ur
num_bytes: 408836
num_examples: 4130
- name: common_voice_yo
num_bytes: 4513
num_examples: 39
- name: common_voice_de
num_bytes: 51314067
num_examples: 508449
- name: common_voice_th
num_bytes: 3934352
num_examples: 32148
- name: common_voice_yue
num_bytes: 194966
num_examples: 2959
- name: common_voice_es
num_bytes: 25712097
num_examples: 272465
download_size: 140805938
dataset_size: 294918585
configs:
- config_name: default
data_files:
- split: afrisenti_arq
path: data/afrisenti_arq-*
- split: afrisenti_ary
path: data/afrisenti_ary-*
- split: afrisenti_hau
path: data/afrisenti_hau-*
- split: afrisenti_tir
path: data/afrisenti_tir-*
- split: afrisenti_yor
path: data/afrisenti_yor-*
- split: naijasenti_ibo
path: data/naijasenti_ibo-*
- split: common_voice_az
path: data/common_voice_az-*
- split: common_voice_bas
path: data/common_voice_bas-*
- split: common_voice_as
path: data/common_voice_as-*
- split: common_voice_bg
path: data/common_voice_bg-*
- split: common_voice_ckb
path: data/common_voice_ckb-*
- split: common_voice_cv
path: data/common_voice_cv-*
- split: common_voice_br
path: data/common_voice_br-*
- split: common_voice_da
path: data/common_voice_da-*
- split: common_voice_cs
path: data/common_voice_cs-*
- split: common_voice_el
path: data/common_voice_el-*
- split: common_voice_dv
path: data/common_voice_dv-*
- split: common_voice_cy
path: data/common_voice_cy-*
- split: common_voice_ab
path: data/common_voice_ab-*
- split: common_voice_et
path: data/common_voice_et-*
- split: common_voice_ar
path: data/common_voice_ar-*
- split: common_voice_eu
path: data/common_voice_eu-*
- split: common_voice_ba
path: data/common_voice_ba-*
- split: common_voice_fi
path: data/common_voice_fi-*
- split: common_voice_bn
path: data/common_voice_bn-*
- split: common_voice_gl
path: data/common_voice_gl-*
- split: common_voice_gn
path: data/common_voice_gn-*
- split: common_voice_ha
path: data/common_voice_ha-*
- split: common_voice_hi
path: data/common_voice_hi-*
- split: common_voice_hsb
path: data/common_voice_hsb-*
- split: common_voice_fa
path: data/common_voice_fa-*
- split: common_voice_hu
path: data/common_voice_hu-*
- split: common_voice_ig
path: data/common_voice_ig-*
- split: common_voice_ia
path: data/common_voice_ia-*
- split: common_voice_id
path: data/common_voice_id-*
- split: tatoeba_ab
path: data/tatoeba_ab-*
- split: tatoeba_aln
path: data/tatoeba_aln-*
- split: tatoeba_am
path: data/tatoeba_am-*
- split: tatoeba_an
path: data/tatoeba_an-*
- split: tatoeba_aoz
path: data/tatoeba_aoz-*
- split: tatoeba_ajp
path: data/tatoeba_ajp-*
- split: tatoeba_ar
path: data/tatoeba_ar-*
- split: tatoeba_arz
path: data/tatoeba_arz-*
- split: tatoeba_as
path: data/tatoeba_as-*
- split: tatoeba_ast
path: data/tatoeba_ast-*
- split: tatoeba_avk
path: data/tatoeba_avk-*
- split: common_voice_ka
path: data/common_voice_ka-*
- split: tatoeba_ba
path: data/tatoeba_ba-*
- split: tatoeba_bal
path: data/tatoeba_bal-*
- split: tatoeba_bar
path: data/tatoeba_bar-*
- split: tatoeba_afh
path: data/tatoeba_afh-*
- split: tatoeba_be
path: data/tatoeba_be-*
- split: tatoeba_bho
path: data/tatoeba_bho-*
- split: common_voice_ja
path: data/common_voice_ja-*
- split: common_voice_kk
path: data/common_voice_kk-*
- split: common_voice_kmr
path: data/common_voice_kmr-*
- split: common_voice_ko
path: data/common_voice_ko-*
- split: common_voice_ky
path: data/common_voice_ky-*
- split: common_voice_it
path: data/common_voice_it-*
- split: common_voice_lt
path: data/common_voice_lt-*
- split: common_voice_lv
path: data/common_voice_lv-*
- split: common_voice_mdf
path: data/common_voice_mdf-*
- split: common_voice_lg
path: data/common_voice_lg-*
- split: common_voice_mk
path: data/common_voice_mk-*
- split: common_voice_ml
path: data/common_voice_ml-*
- split: common_voice_be
path: data/common_voice_be-*
- split: common_voice_mr
path: data/common_voice_mr-*
- split: common_voice_mn
path: data/common_voice_mn-*
- split: common_voice_mt
path: data/common_voice_mt-*
- split: common_voice_myv
path: data/common_voice_myv-*
- split: common_voice_mrj
path: data/common_voice_mrj-*
- split: common_voice_oc
path: data/common_voice_oc-*
- split: common_voice_or
path: data/common_voice_or-*
- split: common_voice_nl
path: data/common_voice_nl-*
- split: common_voice_pl
path: data/common_voice_pl-*
- split: common_voice_quy
path: data/common_voice_quy-*
- split: common_voice_mhr
path: data/common_voice_mhr-*
- split: common_voice_kab
path: data/common_voice_kab-*
- split: common_voice_pt
path: data/common_voice_pt-*
- split: common_voice_sah
path: data/common_voice_sah-*
- split: common_voice_ro
path: data/common_voice_ro-*
- split: common_voice_sat
path: data/common_voice_sat-*
- split: common_voice_sc
path: data/common_voice_sc-*
- split: common_voice_sk
path: data/common_voice_sk-*
- split: common_voice_skr
path: data/common_voice_skr-*
- split: common_voice_sr
path: data/common_voice_sr-*
- split: common_voice_eo
path: data/common_voice_eo-*
- split: common_voice_ru
path: data/common_voice_ru-*
- split: common_voice_ti
path: data/common_voice_ti-*
- split: common_voice_tig
path: data/common_voice_tig-*
- split: common_voice_tok
path: data/common_voice_tok-*
- split: common_voice_tr
path: data/common_voice_tr-*
- split: common_voice_tt
path: data/common_voice_tt-*
- split: common_voice_tw
path: data/common_voice_tw-*
- split: common_voice_ug
path: data/common_voice_ug-*
- split: common_voice_uk
path: data/common_voice_uk-*
- split: common_voice_ta
path: data/common_voice_ta-*
- split: common_voice_fr
path: data/common_voice_fr-*
- split: common_voice_vi
path: data/common_voice_vi-*
- split: common_voice_vot
path: data/common_voice_vot-*
- split: common_voice_ur
path: data/common_voice_ur-*
- split: common_voice_yo
path: data/common_voice_yo-*
- split: common_voice_de
path: data/common_voice_de-*
- split: common_voice_th
path: data/common_voice_th-*
- split: common_voice_yue
path: data/common_voice_yue-*
- split: common_voice_es
path: data/common_voice_es-*
---
|