File size: 4,797 Bytes
5659cdd
1aee48f
 
 
 
 
 
 
 
5659cdd
 
 
 
 
 
 
 
5c6307a
 
 
 
5659cdd
 
 
 
 
123f73f
 
 
 
 
 
 
a7e005d
 
a0c9bf8
 
5659cdd
123f73f
5659cdd
bccbbff
 
749eca7
123f73f
5eba262
749eca7
926eb3f
 
4adbdb1
 
 
 
b75bb9f
123f73f
 
5eba262
 
e70a3cf
5eba262
3e1437e
3ecb7fb
 
5eba262
e70a3cf
5eba262
3ecb7fb
 
 
 
5eba262
123f73f
 
 
5eba262
 
e70a3cf
3ecb7fb
dd0ea32
5eba262
de531f3
3ecb7fb
123f73f
 
 
 
 
 
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
---
language:
- ja
license: cc0-1.0
size_categories:
- 10K<n<100K
task_categories:
- automatic-speech-recognition
pretty_name: Japanese-Anime-Speech
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: transcription
    dtype: string
  splits:
  - name: train
    num_bytes: 10116168716.932
    num_examples: 73004
  download_size: 8832932312
  dataset_size: 10116168716.932
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
tags:
- anime
- japanese
- 日本語
- nihongo
- speech
- audio-text
- asr
- whisper
- voice
- large-v3
---
# Japanese Anime Speech Dataset

[**日本語版はこちら**](https://huggingface.co/datasets/joujiboi/japanese-anime-speech/blob/main/README_JA.md)

**japanese-anime-speech** is an audio-text dataset designed for the training of automatic speech recognition models. The dataset is comprised of thousands of audio clips and their corresponding transcriptions from different visual novels.

The goal of this dataset is to enhance the proficiency of automatic speech recognition systems, such as OpenAI's [Whisper](https://huggingface.co/openai/whisper-large-v2), in accurately transcribing dialogue from anime and other similar Japanese media. This genre is characterized by unique linguistic features and speech patterns that diverge from conventional Japanese speech.

A list of all audio files and transcriptions are [**here**](https://huggingface.co/datasets/joujiboi/japanese-anime-speech/raw/main/audio_transcription_list.txt).

<div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400">
  <p><b>Content Warning:</b> Please be advised that the majority of the audio in this dataset is sourced from visual novels and may include content that is not suitable for all audiences, such as suggestive sounds or mature topics. Efforts have been undertaken to minimise this content as much as possible. </p>
</div>


# Changelog

* V1 - This version contains **16,143** audio-text pairs from the visual novel `IxSHE Tell`. Some cleaning of the transcriptions has been done to get rid of unwanted characters at the start and end of lines, but I intend to do much more for the second version.

* V2 - The version contains **23,422** audio-text pairs from three different visual novels. Cleaning has been done to remove most nsfw lines, especially noises that aren't words. The audio is now in mp3 format, rather than wav. This version contains **32.6** hours of audio.

* V3 - The version contains **38,325** audio-text pairs from five different visual novels. Thorough cleaning has been done to remove almost all nsfw or low-quality audio files. Transcriptions have been formatted to contain much fewer dramatised duplicated characters (for example 「ああああーーー」), and transcriptions have been made much more consistent (for example, using the same type of quotation mark). This version contains **52.5 hours** of audio.

* **V4** - The dataset now contains **47,844** audio-text pairs from six different visual novels. Thorough cleaning has been done to remove almost all nsfw or low-quality audio files. Transcriptions have been formatted to contain much fewer dramatised duplicated characters (for example 「ああああーーー」). This version contains **63.4 hours** of audio.

# Dataset information

* **47,844** audio-text pairs
* **63.4 hours** of audio (OpenAI suggests a minimum of [5 hours](https://huggingface.co/blog/fine-tune-whisper) for productive [Whisper](https://huggingface.co/openai/whisper-large-v2) fine-tuning).
* **4.8s** average audio length.
* Transcriptions have been scraped directly from the game files of **visual novels**.

# To do

* [X] Create a dataset of over 10k items
* [X] Create a dataset of over 20k items
* [X] Compress the audio with minimal quality loss
* [X] Create a dataset of over 30k items
* [X] Create a dataset of over 40k items
* [ ] Create a dataset of over 50k items
* [ ] Create more workflows for scraping audio from visual novels that use an engine other than Artemis
* [ ] Convert names in transcriptions to katakana?
* [ ] Scrape audio and transcriptions from YouTube

# Use & Credit

This dataset is openly available for commercial or non-commercial use. Anyone is welcome to use this resource as they deem appropriate. However, the creator assumes no responsibility for the consequences of its use. While not mandatory, crediting this dataset with a hyperlink in any derivative work would be greatly appreciated.

I hope that by sharing this dataset, we (the open-source community) improve automatic speech recognition for anime content.