Datasets:
metadata uploaded
Browse files- README.md +74 -37
- metadata.csv +0 -0
README.md
CHANGED
@@ -1,40 +1,77 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
- name: speaker_id
|
11 |
-
dtype: int64
|
12 |
-
- name: speaker_name
|
13 |
-
dtype: string
|
14 |
-
- name: speaker_gender
|
15 |
-
dtype: string
|
16 |
-
- name: sentence_no
|
17 |
-
dtype: string
|
18 |
-
- name: repetation_no
|
19 |
-
dtype: string
|
20 |
-
- name: label
|
21 |
-
dtype:
|
22 |
-
class_label:
|
23 |
-
names:
|
24 |
-
'0': ANGRY
|
25 |
-
'1': DISGUST
|
26 |
-
'2': FEAR
|
27 |
-
'3': HAPPY
|
28 |
-
'4': NEUTRAL
|
29 |
-
'5': SAD
|
30 |
-
'6': SURPRISE
|
31 |
-
splits:
|
32 |
-
- name: train
|
33 |
-
num_bytes: 3261447009.0
|
34 |
-
num_examples: 7000
|
35 |
-
download_size: 2203950787
|
36 |
-
dataset_size: 3261447009.0
|
37 |
---
|
38 |
-
# Dataset Card for "SUBESCO-audio-dataset"
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- audio-classification
|
5 |
+
language:
|
6 |
+
- bn
|
7 |
+
pretty_name: SUST BANGLA EMOTIONAL SPEECH CORPUS
|
8 |
+
size_categories:
|
9 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
11 |
|
12 |
+
|
13 |
+
# SUST BANGLA EMOTIONAL SPEECH CORPUS
|
14 |
+
|
15 |
+
## Dataset Description
|
16 |
+
|
17 |
+
- **Homepage:** [bn_emotion_speech_corpus](http://https://huggingface.co/datasets/sustcsenlp/bn_emotion_speech_corpus)
|
18 |
+
- **Repository:**
|
19 |
+
- **Paper:** [SUBESCO PAPER](https://doi.org/10.1371/journal.pone.0250173)
|
20 |
+
- **Leaderboard:**
|
21 |
+
- **Point of Contact:** [Sadia Sultana]([email protected])
|
22 |
+
|
23 |
+
### Dataset Summary
|
24 |
+
|
25 |
+
SUBESCO is an audio-only emotional speech corpus of 7000 sentence-level utterances of the Bangla language. 20 professional actors (10 males and 10 females) participated in the recordings of 10 sentences for 7 target emotions. The emotions are Anger, Disgust, Fear, Happiness, Neutral, Sadness and Surprise. Total duration of the corpus is 7 hours 40 min 40 sec. Total size of the dataset is 2.03 GB. The dataset was evaluated by 50 raters (25 males, 25 females). Human perception test achieved a raw accuracy of 71%. All the details relating to creation, evaluation and analysis of SUBESCO have been described in the corresponding journal paper which has been published in Plos One.
|
26 |
+
|
27 |
+
https://doi.org/10.1371/journal.pone.0250173
|
28 |
+
|
29 |
+
### Downloading the data
|
30 |
+
|
31 |
+
```
|
32 |
+
from datasets import load_dataset
|
33 |
+
|
34 |
+
train = load_dataset("sajid73/SUBESCO-audio-dataset", split="train")
|
35 |
+
|
36 |
+
```
|
37 |
+
|
38 |
+
### Languages
|
39 |
+
|
40 |
+
This dataset contains `Bangla` Audio Data.
|
41 |
+
|
42 |
+
## Dataset Creation
|
43 |
+
|
44 |
+
This database was created as a part of PhD thesis project of the author Sadia Sultana. It was designed and developed by the author in the Department of Computer Science and Engineering of Shahjalal University of Science and Technology. Financial grant was supported by the university. If you use the dataset please cite SUBESCO and the corresponding academic journal publication in Plos One.
|
45 |
+
|
46 |
+
### Citation Information
|
47 |
+
|
48 |
+
```
|
49 |
+
@dataset{sadia_sultana_2021_4526477,
|
50 |
+
author = {Sadia Sultana},
|
51 |
+
title = {SUST Bangla Emotional Speech Corpus (SUBESCO)},
|
52 |
+
month = feb,
|
53 |
+
year = 2021,
|
54 |
+
note = {{This database was created as a part of PhD thesis
|
55 |
+
project of the author Sadia Sultana. It was
|
56 |
+
designed and developed by the author in the
|
57 |
+
Department of Computer Science and Engineering of
|
58 |
+
Shahjalal University of Science and Technology.
|
59 |
+
Financial grant was supported by the university.
|
60 |
+
If you use the dataset please cite SUBESCO and the
|
61 |
+
corresponding academic journal publication in Plos
|
62 |
+
One.}},
|
63 |
+
publisher = {Zenodo},
|
64 |
+
version = {version - 1.1},
|
65 |
+
doi = {10.5281/zenodo.4526477},
|
66 |
+
url = {https://doi.org/10.5281/zenodo.4526477}
|
67 |
+
}
|
68 |
+
|
69 |
+
```
|
70 |
+
|
71 |
+
### Contributors
|
72 |
+
|
73 |
+
| Name | University |
|
74 |
+
| ----------- | ----------- |
|
75 |
+
| Sadia Sultana | Shahjalal University of Science and Technology |
|
76 |
+
| Dr. M. Zafar Iqbal | Shahjalal University of Science and Technology |
|
77 |
+
| Dr. M. Shahidur Rahman | Shahjalal University of Science and Technology |
|
metadata.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|