joujiboi commited on
Commit
156e877
1 Parent(s): 749eca7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -30,6 +30,7 @@ tags:
30
  pretty_name: Japanese-Anime-Speech
31
  size_categories:
32
  - 10K<n<100K
 
33
  ---
34
  # Japanese Anime Speech Dataset
35
 
@@ -39,6 +40,10 @@ The goal of this dataset is to enhance the proficiency of automatic speech recog
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.
@@ -48,7 +53,7 @@ Code used for scraping this audio will be available once I feel it is reliable a
48
  * [X] Create a dataset of over 10k items
49
  * [ ] Add audio from more visual novels
50
  * [ ] Create a workflow for scraping audio from visual novels that use an engine other than Artemis
51
- * [ ] Do more data cleaning (such as removing audio less than a certain length or with no actual words)
52
  * [ ] Create a dataset of over 20k items
53
  * [ ] Create a dataset of over 30k items
54
 
 
30
  pretty_name: Japanese-Anime-Speech
31
  size_categories:
32
  - 10K<n<100K
33
+ license: cc0-1.0
34
  ---
35
  # Japanese Anime Speech Dataset
36
 
 
40
 
41
  Code used for scraping this audio will be available once I feel it is reliable and easy-to-use.
42
 
43
+ <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">
44
+ <p><b>NSFW 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 heavy breathing. Efforts are underway to ensure that such content is substantially minimized in future updates of the dataset. </p>
45
+ </div>
46
+
47
  # Changelog
48
 
49
  * **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.
 
53
  * [X] Create a dataset of over 10k items
54
  * [ ] Add audio from more visual novels
55
  * [ ] Create a workflow for scraping audio from visual novels that use an engine other than Artemis
56
+ * [ ] Clean out nsfw audio
57
  * [ ] Create a dataset of over 20k items
58
  * [ ] Create a dataset of over 30k items
59