parquet-converter commited on
Commit
6c3c96a
1 Parent(s): 4795741

Update parquet files

Browse files
README.md DELETED
@@ -1,157 +0,0 @@
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
- # SUST BANGLA EMOTIONAL SPEECH CORPUS
13
-
14
- ## Dataset Description
15
-
16
- - **Homepage:**
17
- - **Repository:**
18
- - **Paper:** [SUBESCO PAPER](https://doi.org/10.1371/journal.pone.0250173)
19
- - **Leaderboard:**
20
- - **Point of Contact:** [Sadia Sultana](sadia-cse@sust.edu)
21
-
22
- ### Dataset Summary
23
-
24
- 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.
25
-
26
- https://doi.org/10.1371/journal.pone.0250173
27
-
28
- ### Downloading the data
29
-
30
- ```
31
- from datasets import load_dataset
32
-
33
- train = load_dataset("sustcsenlp/bn_emotion_speech_corpus",split="train")
34
-
35
- ```
36
-
37
-
38
- ### Naming Convention
39
-
40
- Each audio file in the dataset has a unique name. There are eight parts in the file name where all the parts are connected by underscores. The order of all the parts is organized as: Gender-Speaker's serial number-Speaker's name-Unit of recording-Unit number- Emotion name- Repeating number and the File format.
41
-
42
- For example, the filename F_02_MONIKA_S_1_NEUTRAL_5.wav refers to:
43
-
44
- | Symbol | Meaning |
45
- | ----------- | ----------- |
46
- | F | Speaker Gender |
47
- | 02 | Speaker Number |
48
- | MONIKA | Speaker Name |
49
- | S_1 | Sentence Number |
50
- | NEUTRAL | Emotion |
51
- | 5 | Take Number |
52
-
53
- ### Languages
54
-
55
- This dataset contains Bangla Audio Data.
56
-
57
- ## Dataset Creation
58
-
59
- 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.
60
-
61
- ### Citation Information
62
-
63
- ```
64
- @dataset{sadia_sultana_2021_4526477,
65
- author = {Sadia Sultana},
66
- title = {SUST Bangla Emotional Speech Corpus (SUBESCO)},
67
- month = feb,
68
- year = 2021,
69
- note = {{This database was created as a part of PhD thesis
70
- project of the author Sadia Sultana. It was
71
- designed and developed by the author in the
72
- Department of Computer Science and Engineering of
73
- Shahjalal University of Science and Technology.
74
- Financial grant was supported by the university.
75
- If you use the dataset please cite SUBESCO and the
76
- corresponding academic journal publication in Plos
77
- One.}},
78
- publisher = {Zenodo},
79
- version = {version - 1.1},
80
- doi = {10.5281/zenodo.4526477},
81
- url = {https://doi.org/10.5281/zenodo.4526477}
82
- }
83
-
84
- ```
85
-
86
- ### Contributors
87
-
88
- | Name | University |
89
- | ----------- | ----------- |
90
- | Sadia Sultana | Shahjalal University of Science and Technology |
91
- | Dr. M. Zafar Iqbal | Shahjalal University of Science and Technology |
92
- | Dr. M. Shahidur Rahman | Shahjalal University of Science and Technology |
93
- ## Dataset Structure
94
-
95
- ### Data Instances
96
-
97
- [More Information Needed]
98
-
99
- ### Data Fields
100
-
101
- [More Information Needed]
102
-
103
- ### Data Splits
104
-
105
- [More Information Needed]
106
-
107
- ### Curation Rationale
108
-
109
- [More Information Needed]
110
-
111
- ### Source Data
112
-
113
- #### Initial Data Collection and Normalization
114
-
115
- [More Information Needed]
116
-
117
- #### Who are the source language producers?
118
-
119
- [More Information Needed]
120
-
121
- ### Annotations
122
-
123
- #### Annotation process
124
-
125
- [More Information Needed]
126
-
127
- #### Who are the annotators?
128
-
129
- [More Information Needed]
130
-
131
- ### Personal and Sensitive Information
132
-
133
- [More Information Needed]
134
-
135
- ## Considerations for Using the Data
136
-
137
- ### Social Impact of Dataset
138
-
139
- [More Information Needed]
140
-
141
- ### Discussion of Biases
142
-
143
- [More Information Needed]
144
-
145
- ### Other Known Limitations
146
-
147
- [More Information Needed]
148
-
149
- ## Additional Information
150
-
151
- ### Dataset Curators
152
-
153
- [More Information Needed]
154
-
155
- ### Licensing Information
156
-
157
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bn_emotion_speech_corpus.py DELETED
@@ -1,73 +0,0 @@
1
- import datasets
2
-
3
- _CITATION = """\
4
- @dataset{sadia_sultana_2021_4526477,
5
- author = {Sadia Sultana},
6
- title = {SUST Bangla Emotional Speech Corpus (SUBESCO)},
7
- month = feb,
8
- year = 2021,
9
- note = {{This database was created as a part of PhD thesis
10
- project of the author Sadia Sultana. It was
11
- designed and developed by the author in the
12
- Department of Computer Science and Engineering of
13
- Shahjalal University of Science and Technology.
14
- Financial grant was supported by the university.
15
- If you use the dataset please cite SUBESCO and the
16
- corresponding academic journal publication in Plos
17
- One.}},
18
- publisher = {Zenodo},
19
- version = {version - 1.1},
20
- doi = {10.5281/zenodo.4526477},
21
- url = {https://doi.org/10.5281/zenodo.4526477}
22
- }
23
- """
24
-
25
- _DESCRIPTION = """\
26
- SUST Bangla Emotional Speech Coropus Dataset
27
- """
28
-
29
- _HOMEPAGE = "https://huggingface.co/datasets/sustcsenlp/bn_emotion_speech_corpus"
30
-
31
- _LICENSE = ""
32
-
33
-
34
- class AudioSet(datasets.GeneratorBasedBuilder):
35
- """"""
36
-
37
- def _info(self):
38
- return datasets.DatasetInfo(
39
- description=_DESCRIPTION,
40
- features=datasets.Features(
41
- {
42
- 'text': datasets.Value("string"),
43
- "audio": datasets.Audio(sampling_rate=16000),
44
- }
45
- ),
46
- supervised_keys=None,
47
- homepage=_HOMEPAGE,
48
- citation=_CITATION,
49
- )
50
-
51
- def _split_generators(self, dl_manager):
52
- audio_archive = dl_manager.download("https://huggingface.co/datasets/sustcsenlp/bn_emotion_speech_corpus/resolve/main/subesco.tar.gz")
53
- audio_iters = dl_manager.iter_archive(audio_archive)
54
- return [
55
- datasets.SplitGenerator(
56
- name=datasets.Split.TRAIN,
57
- gen_kwargs={
58
- "audios": audio_iters
59
- }
60
- ),
61
- ]
62
-
63
- def _generate_examples(self, audios):
64
- """This function returns the examples in the raw (text) form."""
65
- idx = 0
66
- for filepath, audio in audios:
67
- description = filepath.split('/')[-1][:-4]
68
- #description = description.replace('_', ' ')
69
- yield idx, {
70
- "audio": {"path": filepath, "bytes": audio.read()},
71
- "text": description,
72
- }
73
- idx += 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
subesco.tar.gz → default/bn_emotion_speech_corpus-train-00000-of-00004.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d25ebe332f04ed91ca58aa1b5bd199cbedcce41569e13242baeaf1430e5effee
3
- size 1638254068
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2eb5070d5a0bdef925cfeebd853810979e375efc6a2f0c0b37aeeb1d734861
3
+ size 722303695
default/bn_emotion_speech_corpus-train-00001-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7121a4e30ddd1e2d88021cd85502cdee6051095595232b378a9c01adb86f76c5
3
+ size 595607405
default/bn_emotion_speech_corpus-train-00002-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac582d6a0fe14cd816ff2c8f3704111cd47795b51509fedb773dd9182d623bfb
3
+ size 585888586
default/bn_emotion_speech_corpus-train-00003-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0988dcd12536daedc9266d8fef9a194ae6d6a732dacea3ca4873041d4ec26954
3
+ size 299537147
train.jsonl DELETED
The diff for this file is too large to render. See raw diff