File size: 2,465 Bytes
aec1bb3
d4f81f7
 
 
 
aec1bb3
 
 
d4f81f7
aec1bb3
 
 
 
d4f81f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aec1bb3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
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:
      class_label:
        names:
          '0': extra
          '1': vol0
          '2': vol1
          '3': vol2
          '4': vol3
          '5': vol4
  - name: audio
    dtype:
      audio:
        sampling_rate: 44100
  - name: duration
    dtype: float32
  - name: voice_file
    dtype: string
  - name: transcription
    dtype: string
  - name: is_adult
    dtype: bool
  splits:
  - name: train
    num_bytes: 13691414619.72
    num_examples: 16584
  download_size: 17483536378
  dataset_size: 13691414619.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 | ClassLabel | Game volume the audio is from (extra, vol0, vol1, vol2, vol3, vol4) |
| audio | Audio | Audio sample (44.1 kHz sampling rate) |
| duration | float | Duration of the audio sample in seconds |
| 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

1. The `voice_file` feature contains the original filename of the extracted audio and should not be used for content classification.
2. 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.
   - 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.
3. Users should exercise discretion and additional verification when using the `is_adult` feature for content filtering or classification purposes.