File size: 1,411 Bytes
8c7690c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# Emotional Speech Dataset
This dataset contains emotional speech recordings by Maya, featuring various emotions including anger, happiness, sadness, fear, excitement, calmness, and more.
## Dataset Description
### Dataset Summary
A collection of audio recordings with transcriptions, where the speaker (Maya) expresses different emotions. The dataset is designed for emotion recognition and emotional speech synthesis tasks.
### Supported Tasks
- Audio Classification
- Speech Recognition
- Emotion Recognition
- Text-to-Speech
- Voice Conversion
### Languages
English
### Dataset Structure
The dataset is organized into train, validation, and test splits with the following structure:
```
{
'file': 'path/to/audio.wav',
'text': 'transcription of the audio',
'emotion': 'emotion label',
'speaker': 'Maya'
}
```
### Emotions
The dataset includes various emotions:
- Angry
- Happy
- Sad
- Fear
- Excited
- Calm
- Apologetic
- Base (Neutral)
- Surprise
### Data Split
- Train: 80%
- Validation: 10%
- Test: 10%
## Dataset Creation
### Source Data
The audio recordings are performed by Maya, expressing different emotions through various conversational phrases and statements.
### Personal and Sensitive Information
The dataset contains only acted emotional speech and does not include any personal or sensitive information.
|