Datasets:
metadata
language:
- ja
size_categories:
- 10K<n<100K
task_categories:
- text-to-speech
- automatic-speech-recognition
pretty_name: Nekopara Speech
tags:
- anime
- galgame
- visual novel
dataset_info:
features:
- name: character_name
dtype: string
- name: volume
dtype: string
- name: audio
dtype:
audio:
sampling_rate: 44100
- name: voice_file
dtype: string
- name: transcription
dtype: string
- name: is_adult
dtype: bool
splits:
- name: train
num_bytes: 13691370547.72
num_examples: 16584
download_size: 17483392564
dataset_size: 13691370547.72
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
Nekopara Audio Dataset
Dataset Description
This dataset contains audio samples and associated metadata from the Nekopara visual novel series, covering volumes 0-4 and extra content.
Features
Feature Name | Type | Description |
---|---|---|
character_name | string | Name of the character speaking |
volume | string | Game volume the audio is from (extra, vol0, vol1, vol2, vol3, vol4) |
audio | Audio | Audio sample (44.1 kHz sampling rate) |
voice_file | string | Original filename of the extracted audio file |
transcription | string | Transcription of the audio content |
is_adult | bool | Indicates if the audio is from an adult scene (see note below) |
Important Notes
- The
voice_file
feature contains the original filename of the extracted audio and should not be used for content classification. - The
is_adult
feature is not a definitive indicator of NSFW content:- It primarily indicates whether the audio comes from scenes included in the NSFW patch.
- Casual conversations may still be present in adult scenes, so
is_adult = True
doesn't necessarily mean the audio should be categorized as NSFW.
- Users should exercise discretion and additional verification when using the
is_adult
feature for content filtering or classification purposes.