grider-withourai commited on
Commit
5a526ed
1 Parent(s): 24afada

Update README.md

Browse files

Remove the vol3 special notice, as found a way to determine if the audio is in an NSFW scene.

Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -50,9 +50,8 @@ This dataset contains audio samples and associated metadata from the Nekopara vi
50
  | Feature Name | Type | Description |
51
  |--------------|------|-------------|
52
  | character_name | string | Name of the character speaking |
53
- | volume | ClassLabel | Game volume the audio is from (extra, vol0, vol1, vol2, vol3, vol4) |
54
  | audio | Audio | Audio sample (44.1 kHz sampling rate) |
55
- | duration | float | Duration of the audio sample in seconds |
56
  | voice_file | string | Original filename of the extracted audio file |
57
  | transcription | string | Transcription of the audio content |
58
  | is_adult | bool | Indicates if the audio is from an adult scene (see note below) |
@@ -63,5 +62,4 @@ This dataset contains audio samples and associated metadata from the Nekopara vi
63
  2. The `is_adult` feature is not a definitive indicator of NSFW content:
64
  - It primarily indicates whether the audio comes from scenes included in the NSFW patch.
65
  - Casual conversations may still be present in adult scenes, so `is_adult = True` doesn't necessarily mean the audio should be categorized as NSFW.
66
- - For Volume 3, there's currently no easy way to check if audio is from an NSFW part, so `is_adult` is set to `False` by default. Extra caution should be taken when using this data.
67
  3. Users should exercise discretion and additional verification when using the `is_adult` feature for content filtering or classification purposes.
 
50
  | Feature Name | Type | Description |
51
  |--------------|------|-------------|
52
  | character_name | string | Name of the character speaking |
53
+ | volume | string | Game volume the audio is from (extra, vol0, vol1, vol2, vol3, vol4) |
54
  | audio | Audio | Audio sample (44.1 kHz sampling rate) |
 
55
  | voice_file | string | Original filename of the extracted audio file |
56
  | transcription | string | Transcription of the audio content |
57
  | is_adult | bool | Indicates if the audio is from an adult scene (see note below) |
 
62
  2. The `is_adult` feature is not a definitive indicator of NSFW content:
63
  - It primarily indicates whether the audio comes from scenes included in the NSFW patch.
64
  - Casual conversations may still be present in adult scenes, so `is_adult = True` doesn't necessarily mean the audio should be categorized as NSFW.
 
65
  3. Users should exercise discretion and additional verification when using the `is_adult` feature for content filtering or classification purposes.