Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,21 +1,25 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
|
|
|
|
5 |
dtype: string
|
6 |
- name: speech
|
7 |
-
sequence:
|
8 |
- name: text
|
9 |
dtype: string
|
|
|
|
|
10 |
splits:
|
11 |
-
- name: test
|
12 |
-
num_bytes: 106256531
|
13 |
-
num_examples: 280
|
14 |
- name: train
|
15 |
-
num_bytes:
|
16 |
num_examples: 1116
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
19 |
---
|
20 |
# Dataset Card for "resd_annotated"
|
21 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: name
|
5 |
+
dtype: string
|
6 |
+
- name: path
|
7 |
dtype: string
|
8 |
- name: speech
|
9 |
+
sequence: float64
|
10 |
- name: text
|
11 |
dtype: string
|
12 |
+
- name: emotion
|
13 |
+
dtype: string
|
14 |
splits:
|
|
|
|
|
|
|
15 |
- name: train
|
16 |
+
num_bytes: 866797535
|
17 |
num_examples: 1116
|
18 |
+
- name: test
|
19 |
+
num_bytes: 212491301
|
20 |
+
num_examples: 280
|
21 |
+
download_size: 364795765
|
22 |
+
dataset_size: 1079288836
|
23 |
---
|
24 |
# Dataset Card for "resd_annotated"
|
25 |
|