Upload dataset
Browse files- README.md +27 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: speaker_id
|
11 |
+
dtype: int64
|
12 |
+
- name: path
|
13 |
+
dtype: audio
|
14 |
+
- name: duration
|
15 |
+
dtype: float64
|
16 |
+
- name: accent
|
17 |
+
dtype: string
|
18 |
+
- name: emotion
|
19 |
+
dtype: string
|
20 |
+
- name: emotion_id
|
21 |
+
dtype: int64
|
22 |
+
- name: gender
|
23 |
+
dtype: string
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 373345852.08
|
27 |
+
num_examples: 5280
|
28 |
+
download_size: 366955512
|
29 |
+
dataset_size: 373345852.08
|
30 |
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfc7697b3a591cc6cf185c61178815a35363dae4f2c43276636d68eb72cd4a3e
|
3 |
+
size 366955512
|