Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -33,10 +33,12 @@ size_categories:
|
|
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.
|
|
|
33 |
---
|
34 |
# Japanese Anime Speech Dataset
|
35 |
|
36 |
+
**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.
|
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 |
+
Code used for scraping this audio will be available once I feel it is reliable and easy-to-use.
|
41 |
+
|
42 |
# Changelog
|
43 |
|
44 |
* **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.
|