docs: update readme
Browse files
README.md
CHANGED
@@ -1,12 +1,38 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- audio-classification
|
5 |
-
language:
|
6 |
-
- en
|
7 |
tags:
|
8 |
- code
|
9 |
- legal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Emotions on Audio Dataset
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- audio-classification
|
|
|
|
|
7 |
tags:
|
8 |
- code
|
9 |
- legal
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: set_id
|
13 |
+
dtype: string
|
14 |
+
- name: euphoric
|
15 |
+
dtype: audio
|
16 |
+
- name: joyfully
|
17 |
+
dtype: audio
|
18 |
+
- name: sad
|
19 |
+
dtype: audio
|
20 |
+
- name: surprised
|
21 |
+
dtype: audio
|
22 |
+
- name: text
|
23 |
+
dtype: string
|
24 |
+
- name: gender
|
25 |
+
dtype: string
|
26 |
+
- name: age
|
27 |
+
dtype: int8
|
28 |
+
- name: country
|
29 |
+
dtype: string
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 17202
|
33 |
+
num_examples: 20
|
34 |
+
download_size: 28409585
|
35 |
+
dataset_size: 17202
|
36 |
---
|
37 |
|
38 |
# Emotions on Audio Dataset
|