joujiboi commited on
Commit
e85ef9d
1 Parent(s): 5c6307a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -17
README.md CHANGED
@@ -35,6 +35,8 @@ tags:
35
  - whisper
36
  - voice
37
  - large-v3
 
 
38
  ---
39
  # Japanese Anime Speech Dataset
40
 
@@ -54,31 +56,33 @@ A list of all audio files and transcriptions are [**here**](https://huggingface.
54
  # Changelog
55
 
56
  * 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.
57
-
58
  * 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.
59
-
60
  * 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.
61
-
62
- * **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.
63
 
64
  # Dataset information
65
 
66
- * **47,844** audio-text pairs
67
- * **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).
68
- * **4.8s** average audio length.
69
- * Transcriptions have been scraped directly from the game files of **visual novels**.
 
70
 
71
  # To do
72
 
73
- * [X] Create a dataset of over 10k items
74
- * [X] Create a dataset of over 20k items
75
- * [X] Compress the audio with minimal quality loss
76
- * [X] Create a dataset of over 30k items
77
- * [X] Create a dataset of over 40k items
78
- * [ ] Create a dataset of over 50k items
79
- * [ ] Create more workflows for scraping audio from visual novels that use an engine other than Artemis
80
- * [ ] Convert names in transcriptions to katakana?
81
- * [ ] Scrape audio and transcriptions from YouTube
 
 
 
82
 
83
  # Use & Credit
84
 
 
35
  - whisper
36
  - voice
37
  - large-v3
38
+ - ja
39
+ - jp
40
  ---
41
  # Japanese Anime Speech Dataset
42
 
 
56
  # Changelog
57
 
58
  * 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.
 
59
  * 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.
 
60
  * 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.
61
+ * V4 - The dataset 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. This version contains **63.4 hours** of audio.
62
+ * **V5** - The dataset contains **73,004** audio-text pairs from eight different visual novels. Thorough cleaning has been done to remove almost all nsfw or low-quality audio files. This version contains **63.4 hours** of audio.
63
 
64
  # Dataset information
65
 
66
+ * Lastest version: **V5 - March 22nd 2024**
67
+ * **73,004** audio-text pairs
68
+ * **110 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).
69
+ * **5.4s** average audio length
70
+ * Transcriptions have been scraped directly from the game files of **visual novels**
71
 
72
  # To do
73
 
74
+ - [X] Create a dataset of over 10k items
75
+ - [X] Create a dataset of over 20k items
76
+ - [X] Compress the audio with minimal quality loss
77
+ - [X] Create a dataset of over 30k items
78
+ - [X] Create a dataset of over 40k items
79
+ - [X] Create a dataset of over 50k items
80
+ - [ ] Create more workflows for scraping audio from visual novels that use an engine other than Artemis
81
+ - [ ] Convert names in transcriptions to katakana?
82
+ - [ ] Scrape audio and transcriptions from YouTube
83
+
84
+ # Bias and Limitations
85
+ This dataset, while valuable for training anime-style Japanese speech recognition, has some inherent biases and limitations. The audio is primarily sourced from visual novels, leading to a gender bias towards female voices and a domain-specific vocabulary revolving around topics such as love, relationships, and fantasy. Additionally, the professionally produced nature of the audio results in clear and slow speech, which may not fully reflect real-world speaking patterns.
86
 
87
  # Use & Credit
88