File size: 22,732 Bytes
3e7e592 6613f8c 7cf8fe7 68b6cdc f8dc9a8 640fc49 1bbee70 8a18e41 2d03143 e427f2d bbb6501 bb52b67 aa6fb08 dbdbf90 4e14a6e d7e2862 a4b195c 58d4892 e0c1cf9 26cf472 b049dff bdc9600 10e7fe9 52caa23 fb0d00e a5dbc24 3af7834 070dc2e c3b0823 f6f9e6f 794d86f dba6697 cdb836c 5846a51 32b757b 66ad438 cb870e5 a44b874 2177a06 3e7e592 6613f8c 3e7e592 6613f8c 7cf8fe7 68b6cdc f8dc9a8 640fc49 1bbee70 8a18e41 2d03143 e427f2d bbb6501 bb52b67 aa6fb08 dbdbf90 4e14a6e d7e2862 a4b195c 58d4892 e0c1cf9 26cf472 b049dff bdc9600 10e7fe9 52caa23 fb0d00e a5dbc24 3af7834 070dc2e c3b0823 f6f9e6f 794d86f dba6697 cdb836c 5846a51 32b757b 66ad438 cb870e5 a44b874 2177a06 3e7e592 |
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 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 |
---
license: unknown
configs:
- config_name: 0verflow_Shiny_Days
data_files:
- split: train
path: 0verflow_Shiny_Days/train-*
- config_name: AKABEiSOFT3_CharaBration_Otome_wa_Koi_shite_Charabureru
data_files:
- split: train
path: AKABEiSOFT3_CharaBration_Otome_wa_Koi_shite_Charabureru/train-*
- config_name: AKABEiSOFT3_Dekinai_Watashi_ga_Kurikaesu
data_files:
- split: train
path: AKABEiSOFT3_Dekinai_Watashi_ga_Kurikaesu/train-*
- config_name: AKABEiSOFT3_Hakata_DYINGZOMBIES_Second_Chance_for_BEAUTIFUL_LIVE
data_files:
- split: train
path: AKABEiSOFT3_Hakata_DYINGZOMBIES_Second_Chance_for_BEAUTIFUL_LIVE/train-*
- config_name: AKABEiSOFT3_Hataraku_Otona_no_Ren_ai_Jijou
data_files:
- split: train
path: AKABEiSOFT3_Hataraku_Otona_no_Ren_ai_Jijou/train-*
- config_name: AKABEiSOFT3_Hataraku_Otona_no_Ren_ai_Jijou_2
data_files:
- split: train
path: AKABEiSOFT3_Hataraku_Otona_no_Ren_ai_Jijou_2/train-*
- config_name: AKABEiSOFT3_Maho_x_Roba_Witches_Spiritual_Home
data_files:
- split: train
path: AKABEiSOFT3_Maho_x_Roba_Witches_Spiritual_Home/train-*
- config_name: AKABEiSOFT3_Ryuukishi_Bloody_Saga
data_files:
- split: train
path: AKABEiSOFT3_Ryuukishi_Bloody_Saga/train-*
- config_name: ALcot_Clover_Day_s
data_files:
- split: train
path: ALcot_Clover_Day_s/train-*
- config_name: ALcot_Onigokko
data_files:
- split: train
path: ALcot_Onigokko/train-*
- config_name: ALcot_Onigokko_Fandisc
data_files:
- split: train
path: ALcot_Onigokko_Fandisc/train-*
- config_name: ALcot_Sakura_iro_Dreamer
data_files:
- split: train
path: ALcot_Sakura_iro_Dreamer/train-*
- config_name: ALcot_Shogun_sama_wa_Otoshigoro
data_files:
- split: train
path: ALcot_Shogun_sama_wa_Otoshigoro/train-*
- config_name: ALcot_Shogun_sama_wa_Otoshigoro_Fandisc_Gosanke_Da_yo_Zen_in_Shuugou
data_files:
- split: train
path: ALcot_Shogun_sama_wa_Otoshigoro_Fandisc_Gosanke_Da_yo_Zen_in_Shuugou/train-*
- config_name: ALcot_Yomegami_My_Sweet_Goddess
data_files:
- split: train
path: ALcot_Yomegami_My_Sweet_Goddess/train-*
- config_name: ASa_Project_Futamata_Ren_ai
data_files:
- split: train
path: ASa_Project_Futamata_Ren_ai/train-*
- config_name: ASa_Project_Futamata_Ren_ai_Rui_Miyako_Mini_After_Story
data_files:
- split: train
path: ASa_Project_Futamata_Ren_ai_Rui_Miyako_Mini_After_Story/train-*
- config_name: ASa_Project_Futamata_Ren_ai_Yua_Kirame_Mini_After_Story
data_files:
- split: train
path: ASa_Project_Futamata_Ren_ai_Yua_Kirame_Mini_After_Story/train-*
- config_name: ASa_Project_Karigurashi_Ren_ai
data_files:
- split: train
path: ASa_Project_Karigurashi_Ren_ai/train-*
- config_name: ASa_Project_Koibana_Ren_ai
data_files:
- split: train
path: ASa_Project_Koibana_Ren_ai/train-*
- config_name: ASa_Project_Koibana_Ren_ai_Mini_Fandisk_After_Festival
data_files:
- split: train
path: ASa_Project_Koibana_Ren_ai_Mini_Fandisk_After_Festival/train-*
- config_name: ASa_Project_Puramai_Wars
data_files:
- split: train
path: ASa_Project_Puramai_Wars/train-*
- config_name: ASa_Project_Ren_ai_Karichaimashita
data_files:
- split: train
path: ASa_Project_Ren_ai_Karichaimashita/train-*
- config_name: ASa_Project_Ren_ai_Karichaimashita_Emi_Hasumi_Mini_After_Story
data_files:
- split: train
path: ASa_Project_Ren_ai_Karichaimashita_Emi_Hasumi_Mini_After_Story/train-*
- config_name: ASa_Project_Ren_ai_Karichaimashita_Tsubaki_Chinatsu_Konatsu_Mini_After_Story
data_files:
- split: train
path: ASa_Project_Ren_ai_Karichaimashita_Tsubaki_Chinatsu_Konatsu_Mini_After_Story/train-*
- config_name: ASa_Project_Ren_ai_x_Royale
data_files:
- split: train
path: ASa_Project_Ren_ai_x_Royale/train-*
- config_name: ASa_Project_Ren_ai_x_Royale_Mari_Shione_Ao_Mini_After_Story
data_files:
- split: train
path: ASa_Project_Ren_ai_x_Royale_Mari_Shione_Ao_Mini_After_Story/train-*
- config_name: ASa_Project_Ren_ai_x_Royale_Nonoka_Renna_Yuna_Mini_After_Story
data_files:
- split: train
path: ASa_Project_Ren_ai_x_Royale_Nonoka_Renna_Yuna_Mini_After_Story/train-*
- config_name: ASa_Project_Suki_to_Suki_to_de_Sankaku_Ren_ai
data_files:
- split: train
path: ASa_Project_Suki_to_Suki_to_de_Sankaku_Ren_ai/train-*
- config_name: AUGUST_Aiyoku_no_Eustia
data_files:
- split: train
path: AUGUST_Aiyoku_no_Eustia/train-*
- config_name: AUGUST_Sen_no_Hatou_Tsukisome_no_Kouki
data_files:
- split: train
path: AUGUST_Sen_no_Hatou_Tsukisome_no_Kouki/train-*
- config_name: AUGUST_Sen_no_Hatou_Tsukisome_no_Kouki_Hana_Akari
data_files:
- split: train
path: AUGUST_Sen_no_Hatou_Tsukisome_no_Kouki_Hana_Akari/train-*
- config_name: AXL_Curio_Dealer
data_files:
- split: train
path: AXL_Curio_Dealer/train-*
- config_name: Aino_Links_Sousaku_Kanojo_no_Ren_ai_Koushiki
data_files:
- split: train
path: Aino_Links_Sousaku_Kanojo_no_Ren_ai_Koushiki/train-*
- config_name: Alice_Soft_Choukou_Shinki_Ixseal
data_files:
- split: train
path: Alice_Soft_Choukou_Shinki_Ixseal/train-*
- config_name: Alice_Soft_Evenicle_2
data_files:
- split: train
path: Alice_Soft_Evenicle_2/train-*
- config_name: Alice_Soft_Rance_03_Leazas_Kanraku
data_files:
- split: train
path: Alice_Soft_Rance_03_Leazas_Kanraku/train-*
- config_name: Alice_Soft_doHna_doHna_Issho_ni_Warui_Koto_o_Shiyou
data_files:
- split: train
path: Alice_Soft_doHna_doHna_Issho_ni_Warui_Koto_o_Shiyou/train-*
- config_name: Applique_Cross_Concerto
data_files:
- split: train
path: Applique_Cross_Concerto/train-*
dataset_info:
- config_name: 0verflow_Shiny_Days
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 940144571.088
num_examples: 37616
download_size: 1073144264
dataset_size: 940144571.088
- config_name: AKABEiSOFT3_CharaBration_Otome_wa_Koi_shite_Charabureru
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1009291355.016
num_examples: 15376
download_size: 1153003715
dataset_size: 1009291355.016
- config_name: AKABEiSOFT3_Dekinai_Watashi_ga_Kurikaesu
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1021586306.722
num_examples: 16222
download_size: 798667637
dataset_size: 1021586306.722
- config_name: AKABEiSOFT3_Hakata_DYINGZOMBIES_Second_Chance_for_BEAUTIFUL_LIVE
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 423443098.25
num_examples: 7875
download_size: 456887033
dataset_size: 423443098.25
- config_name: AKABEiSOFT3_Hataraku_Otona_no_Ren_ai_Jijou
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1069204325.0
num_examples: 19500
download_size: 1031681063
dataset_size: 1069204325.0
- config_name: AKABEiSOFT3_Hataraku_Otona_no_Ren_ai_Jijou_2
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 707197218.016
num_examples: 15302
download_size: 896564645
dataset_size: 707197218.016
- config_name: AKABEiSOFT3_Maho_x_Roba_Witches_Spiritual_Home
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1172213495.1
num_examples: 22225
download_size: 1407051808
dataset_size: 1172213495.1
- config_name: AKABEiSOFT3_Ryuukishi_Bloody_Saga
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 621981180.219
num_examples: 16159
download_size: 667454890
dataset_size: 621981180.219
- config_name: ALcot_Clover_Day_s
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1052083276.406
num_examples: 25842
download_size: 1169688111
dataset_size: 1052083276.406
- config_name: ALcot_Onigokko
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 736861593.72
num_examples: 18762
download_size: 871938914
dataset_size: 736861593.72
- config_name: ALcot_Onigokko_Fandisc
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 314770095.801
num_examples: 6971
download_size: 366996876
dataset_size: 314770095.801
- config_name: ALcot_Sakura_iro_Dreamer
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 5882186.0
num_examples: 107
download_size: 5855427
dataset_size: 5882186.0
- config_name: ALcot_Shogun_sama_wa_Otoshigoro
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1630113747.821
num_examples: 16559
download_size: 1865294064
dataset_size: 1630113747.821
- config_name: ALcot_Shogun_sama_wa_Otoshigoro_Fandisc_Gosanke_Da_yo_Zen_in_Shuugou
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 558931466.457
num_examples: 7627
download_size: 588397967
dataset_size: 558931466.457
- config_name: ALcot_Yomegami_My_Sweet_Goddess
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1531700083.808
num_examples: 19213
download_size: 1586090045
dataset_size: 1531700083.808
- config_name: ASa_Project_Futamata_Ren_ai
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 5410182689.64
num_examples: 10885
download_size: 5469208034
dataset_size: 5410182689.64
- config_name: ASa_Project_Futamata_Ren_ai_Rui_Miyako_Mini_After_Story
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 763238639.61
num_examples: 1229
download_size: 653159438
dataset_size: 763238639.61
- config_name: ASa_Project_Futamata_Ren_ai_Yua_Kirame_Mini_After_Story
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 961291175.15
num_examples: 1390
download_size: 827741401
dataset_size: 961291175.15
- config_name: ASa_Project_Karigurashi_Ren_ai
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 6075376920.037
num_examples: 13363
download_size: 5272630923
dataset_size: 6075376920.037
- config_name: ASa_Project_Koibana_Ren_ai
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1055240324.977
num_examples: 11921
download_size: 1340766857
dataset_size: 1055240324.977
- config_name: ASa_Project_Koibana_Ren_ai_Mini_Fandisk_After_Festival
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 421716704.252
num_examples: 3817
download_size: 475599233
dataset_size: 421716704.252
- config_name: ASa_Project_Puramai_Wars
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1739613743.687
num_examples: 14153
download_size: 2112766457
dataset_size: 1739613743.687
- config_name: ASa_Project_Ren_ai_Karichaimashita
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1561965218.92
num_examples: 14360
download_size: 1753444035
dataset_size: 1561965218.92
- config_name: ASa_Project_Ren_ai_Karichaimashita_Emi_Hasumi_Mini_After_Story
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 909270785.448
num_examples: 1472
download_size: 847945043
dataset_size: 909270785.448
- config_name: ASa_Project_Ren_ai_Karichaimashita_Tsubaki_Chinatsu_Konatsu_Mini_After_Story
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 879807436.442
num_examples: 1302
download_size: 802830374
dataset_size: 879807436.442
- config_name: ASa_Project_Ren_ai_x_Royale
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1414535115.72
num_examples: 11372
download_size: 1718574080
dataset_size: 1414535115.72
- config_name: ASa_Project_Ren_ai_x_Royale_Mari_Shione_Ao_Mini_After_Story
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1470117065.864
num_examples: 1888
download_size: 1330708027
dataset_size: 1470117065.864
- config_name: ASa_Project_Ren_ai_x_Royale_Nonoka_Renna_Yuna_Mini_After_Story
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1531324025.89
num_examples: 1915
download_size: 1371421826
dataset_size: 1531324025.89
- config_name: ASa_Project_Suki_to_Suki_to_de_Sankaku_Ren_ai
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1232663689.943
num_examples: 13897
download_size: 1256954056
dataset_size: 1232663689.943
- config_name: AUGUST_Aiyoku_no_Eustia
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1289389176.744
num_examples: 36296
download_size: 1376354774
dataset_size: 1289389176.744
- config_name: AUGUST_Sen_no_Hatou_Tsukisome_no_Kouki
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 743841756.424
num_examples: 27048
download_size: 868792577
dataset_size: 743841756.424
- config_name: AUGUST_Sen_no_Hatou_Tsukisome_no_Kouki_Hana_Akari
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 669677741.857
num_examples: 10611
download_size: 731571451
dataset_size: 669677741.857
- config_name: AXL_Curio_Dealer
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 649308120.84
num_examples: 11652
download_size: 626538270
dataset_size: 649308120.84
- config_name: Aino_Links_Sousaku_Kanojo_no_Ren_ai_Koushiki
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 742020282.336
num_examples: 15071
download_size: 783874202
dataset_size: 742020282.336
- config_name: Alice_Soft_Choukou_Shinki_Ixseal
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1040353461.737
num_examples: 20187
download_size: 1421762352
dataset_size: 1040353461.737
- config_name: Alice_Soft_Evenicle_2
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1210612349.859
num_examples: 19137
download_size: 1185607666
dataset_size: 1210612349.859
- config_name: Alice_Soft_Rance_03_Leazas_Kanraku
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 964081319.305
num_examples: 16633
download_size: 973349098
dataset_size: 964081319.305
- config_name: Alice_Soft_doHna_doHna_Issho_ni_Warui_Koto_o_Shiyou
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 1191680396.076
num_examples: 21668
download_size: 1267885961
dataset_size: 1191680396.076
- config_name: Applique_Cross_Concerto
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: text
dtype: string
- name: audio_ID
dtype: string
splits:
- name: train
num_bytes: 453117100.928
num_examples: 11054
download_size: 470005959
dataset_size: 453117100.928
task_categories:
- automatic-speech-recognition
- text-to-speech
language:
- ja
tags:
- speech
- anime
- japanese
size_categories:
- 100K<n<1M
---
# Galgame VisualNovel Reupload
This repository is a reupload of the visual novel dataset [OOPPEENN/56697375616C4E6F76656C5F44617461736574](https://huggingface.co/datasets/OOPPEENN/56697375616C4E6F76656C5F44617461736574).
The goal of this reupload is to restructure the data for easier and more efficient use with the `datasets` library, instead of having to manually extract each archive file and parse json files of the original dataset.
### Loading the entire dataset
To load and stream all voice lines from all games combined, simply load the `train` split. The library will automatically retrieve the data from all subsets.
```python
from datasets import load_dataset
# This will stream all data from all games
dataset = load_dataset("joujiboi/GalgameDataset-reupload", split="train", streaming=True)
# Get the first example
first_example = next(iter(dataset))
print(first_example)
# {'audio': {'path': '...', 'array': ..., 'sampling_rate': 48000}, 'text': '...', 'audio_ID': '...'}
### Loading data from Single Game
To load data from only one game, use the name parameter with the game's subset name.
```python
from datasets import load_dataset
# Load only the data for 0verflow_Cross_Days subset
cross_days_subset = load_dataset("joujiboi/GalgameDataset-reupload", name="0verflow_Cross_Days", split="train")
print(f"Number of lines in Cross Days: {len(cross_days_subset)}")
```
You can get a list of all available games (subsets) like so:
```python
from datasets import get_dataset_config_names
all_games = get_dataset_config_names("joujiboi/GalgameDataset-reupload")
print(all_games)
# ['0verflow_Cross_Days', '0verflow_School_Days_HQ', '0verflow_Shiny_Days', ...]
```
### Reupload information
The audio files and transcribed text are identical to the original source. No data has been altered or removed.
The CATALOG.md and TOTAL.md files in this repository are copies from the original dataset.
The script used to perform this reupload is included in this repository as `reupload_dataset.py`.
## Disclaimer, Copyright, and Legal Notice
The audio and text data in this dataset are derived from commercially available visual novels. These original works are protected by copyright, and the rights belong to their respective publishers and creators. The uploader of this repository does not own the copyright to any of the underlying creative works and does not claim to.
This repository's sole purpose is to restructure the publicly available data from the `OOPPEENN/56697375616C4E6F76656C5F44617461736574` dataset into a format that is more accessible for potential non-commercial research in fields such as natural language processing and speech synthesis.
The original repository listed an MIT license. This is incorrect, as such a license can only be granted by the copyright holders. Therefore, this dataset should be considered to have **NO LICENSE**. All rights to the content remain with the original copyright holders.
The uploader of this dataset assumes no responsibility or liability for any legal consequences, damages, or losses that may arise from the use, misuse, or distribution of this dataset.
**Users of this dataset are solely responsible for ensuring that their use complies with the copyright laws of their specific jurisdiction.** By downloading or using this data, you acknowledge that you are doing so at your own risk.
If you are a copyright holder and believe that your work has been included in this dataset improperly, please open an issue on this repository. Valid requests for content removal will be honored promptly. |