File size: 2,364 Bytes
5659cdd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123f73f
 
 
 
 
 
 
 
 
 
 
 
 
 
5659cdd
123f73f
5659cdd
749eca7
123f73f
 
 
749eca7
 
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
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: transcription
    dtype: string
  splits:
  - name: train
    num_bytes: 6338735137.714
    num_examples: 16143
  download_size: 6016375356
  dataset_size: 6338735137.714
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- automatic-speech-recognition
language:
- ja
tags:
- anime
- japanese
- 日本語
- nihongo
- speech
- audio-text
pretty_name: Japanese-Anime-Speech
size_categories:
- 10K<n<100K
---
# Japanese Anime Speech Dataset

**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, 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.

Code used for scraping this audio will be available once I feel it is reliable and easy-to-use.

# Changelog

* **V1** - The current 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.

# To do

* [X] Create a dataset of over 10k items
* [ ] Add audio from more visual novels
* [ ] Create a workflow for scraping audio from visual novels that use an engine other than Artemis
* [ ] Do more data cleaning (such as removing audio less than a certain length or with no actual words)
* [ ] Create a dataset of over 20k items
* [ ] Create a dataset of over 30k items

# 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.