Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,20 +8,22 @@ dataset_info:
|
|
8 |
- name: emotion
|
9 |
dtype: string
|
10 |
- name: speech
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
16 |
splits:
|
17 |
- name: train
|
18 |
-
num_bytes:
|
19 |
num_examples: 1116
|
20 |
- name: test
|
21 |
-
num_bytes:
|
22 |
num_examples: 280
|
23 |
-
download_size:
|
24 |
-
dataset_size:
|
25 |
---
|
26 |
# Dataset Card for "resd_ref"
|
27 |
|
|
|
8 |
- name: emotion
|
9 |
dtype: string
|
10 |
- name: speech
|
11 |
+
struct:
|
12 |
+
- name: array
|
13 |
+
sequence: float32
|
14 |
+
- name: path
|
15 |
+
dtype: string
|
16 |
+
- name: sampling_rate
|
17 |
+
dtype: int64
|
18 |
splits:
|
19 |
- name: train
|
20 |
+
num_bytes: 433436852
|
21 |
num_examples: 1116
|
22 |
- name: test
|
23 |
+
num_bytes: 106255503
|
24 |
num_examples: 280
|
25 |
+
download_size: 468879831
|
26 |
+
dataset_size: 539692355
|
27 |
---
|
28 |
# Dataset Card for "resd_ref"
|
29 |
|