joujiboi commited on
Commit
123f73f
1 Parent(s): 5659cdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -2
README.md CHANGED
@@ -16,7 +16,42 @@ configs:
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
- # Dataset Card for "japanese-anime-speech"
21
 
22
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ task_categories:
20
+ - automatic-speech-recognition
21
+ language:
22
+ - ja
23
+ tags:
24
+ - anime
25
+ - japanese
26
+ - 日本語
27
+ - nihongo
28
+ - speech
29
+ - audio-text
30
+ pretty_name: Japanese-Anime-Speech
31
+ size_categories:
32
+ - 10K<n<100K
33
  ---
34
+ # Japanese Anime Speech Dataset
35
 
36
+ **japanese-anime-speech** is an audio-text dataset designed for the training of speech recognition models. The dataset is comprised of thousands of audio clips and their corresponding transcriptions from different visual novels.
37
+
38
+ 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.
39
+
40
+ # Changelog
41
+
42
+ * **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.
43
+
44
+ # To do
45
+
46
+ * [X] Create a dataset of over 10k items
47
+ * [ ] Add audio from more visual novels
48
+ * [ ] Create a workflow for scraping audio from visual novels that use an engine other than Artemis
49
+ * [ ] Do more data cleaning (such as removing audio less than a certain length or with no actual words)
50
+ * [ ] Create a dataset of over 20k items
51
+ * [ ] Create a dataset of over 30k items
52
+
53
+ # Use & Credit
54
+
55
+ 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.
56
+
57
+ I hope that by sharing this dataset, we (the open-source community) improve automatic speech recognition for anime content.