Upload dataset (part 00001-of-00002)
Browse files
README.md
CHANGED
@@ -1,14 +1,41 @@
|
|
1 |
---
|
2 |
-
task_categories:
|
3 |
-
- audio-classification
|
4 |
-
- automatic-speech-recognition
|
5 |
-
- text-to-speech
|
6 |
language:
|
7 |
- zh
|
8 |
- en
|
9 |
- ja
|
10 |
- ko
|
|
|
|
|
|
|
|
|
11 |
pretty_name: Genshin Voice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Genshin Voice
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- zh
|
4 |
- en
|
5 |
- ja
|
6 |
- ko
|
7 |
+
task_categories:
|
8 |
+
- audio-classification
|
9 |
+
- automatic-speech-recognition
|
10 |
+
- text-to-speech
|
11 |
pretty_name: Genshin Voice
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: audio
|
15 |
+
dtype: audio
|
16 |
+
- name: transcription
|
17 |
+
dtype: string
|
18 |
+
- name: language
|
19 |
+
dtype: string
|
20 |
+
- name: speaker
|
21 |
+
dtype: string
|
22 |
+
- name: speaker_type
|
23 |
+
dtype: string
|
24 |
+
- name: type
|
25 |
+
dtype: string
|
26 |
+
- name: inGameFilename
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 247717802000.616
|
31 |
+
num_examples: 430078
|
32 |
+
download_size: 210703158763
|
33 |
+
dataset_size: 247717802000.616
|
34 |
+
configs:
|
35 |
+
- config_name: default
|
36 |
+
data_files:
|
37 |
+
- split: train
|
38 |
+
path: data/train-*
|
39 |
---
|
40 |
|
41 |
# Genshin Voice
|