Datasets:

Modalities:
Audio
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
iwonachristop commited on
Commit
8d8c66b
·
verified ·
1 Parent(s): c7f2fc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -18
README.md CHANGED
@@ -114,8 +114,9 @@ license: cc-by-nc-sa-4.0
114
  # CAMEO: Collection of Multilingual Emotional Speech Corpora
115
 
116
  ## Dataset Description
117
- CAMEO is a curated collection of multilingual emotional speech datasets. It includes 13 distinct datasets with transcriptions, encompassing a total of 41,265 audio samples. The collection features audio in eight languages: Bengali, English, French, German, Italian, Polish, Russian, and Spanish.
118
-
 
119
 
120
  ## Example Usage
121
 
@@ -127,22 +128,6 @@ from datasets import load_dataset
127
  dataset = load_dataset("amu-cai/CAMEO", split=split)
128
  ```
129
 
130
- Available splits:
131
- - `cafe`
132
- - `crema_d`
133
- - `emns`
134
- - `emozionalmente`
135
- - `enterface`
136
- - `jl_corpus`
137
- - `mesd`
138
- - `nemo`
139
- - `oreau`
140
- - `pavoque`
141
- - `ravdess`
142
- - `resd`
143
- - `subesco`
144
-
145
-
146
  ## Supported Tasks
147
 
148
  - **Audio Classification**: Primarily designed for speech emotion recognition, each recording is annotated with a label corresponding to an emotional state. Additionally, most samples include speaker identifier and gender, enabling its use in various audio classification tasks.
@@ -220,6 +205,14 @@ The inclusion of a dataset in the collection was determined by the following cri
220
  - The annotations corresponding to basic emotional states are included and consistent with commonly used naming conventions.
221
  - The availability of speaker-related metadata (e.g., speaker identifiers or demographic information) was considered valuable, but not mandatory.
222
 
 
 
 
 
 
 
 
 
223
  ## Additional Information
224
 
225
  ### Licensing Information
 
114
  # CAMEO: Collection of Multilingual Emotional Speech Corpora
115
 
116
  ## Dataset Description
117
+ **CAMEO** is a curated collection of multilingual emotional speech datasets.
118
+ It includes 13 distinct datasets with transcriptions, encompassing a total of 41,265 audio samples.
119
+ The collection features audio in eight languages: Bengali, English, French, German, Italian, Polish, Russian, and Spanish.
120
 
121
  ## Example Usage
122
 
 
128
  dataset = load_dataset("amu-cai/CAMEO", split=split)
129
  ```
130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  ## Supported Tasks
132
 
133
  - **Audio Classification**: Primarily designed for speech emotion recognition, each recording is annotated with a label corresponding to an emotional state. Additionally, most samples include speaker identifier and gender, enabling its use in various audio classification tasks.
 
205
  - The annotations corresponding to basic emotional states are included and consistent with commonly used naming conventions.
206
  - The availability of speaker-related metadata (e.g., speaker identifiers or demographic information) was considered valuable, but not mandatory.
207
 
208
+ ### Evaluation
209
+
210
+ To evaluate your model according to the methodology used in our paper, you can use the following code.
211
+
212
+ ```python
213
+
214
+ ```
215
+
216
  ## Additional Information
217
 
218
  ### Licensing Information