Datasets:
path stringlengths 61 100 | file stringlengths 6 40 | gender stringclasses 2
values | emotion stringclasses 5
values | speech listlengths 17.8k 149k |
|---|---|---|---|---|
/content/drive/MyDrive/SocialCode/emotions2000/sadness/f/жен.лес (2)_01.mp3 | жен.лес (2)_01.mp3 | f | sadness | [-1.4211690313459258e-7,1.2882625810561876e-7,-1.2283784656119678e-7,1.1345710504429007e-7,-9.824225(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions2000/sadness/m/грусть_м_бс (15).wav | грусть_м_бс (15).wav | m | sadness | [-4.851006906392286e-6,-0.000026620098651619628,-0.000034114811569452286,-0.000027179010430700146,-3(...TRUNCATED) |
"/content/drive/MyDrive/SocialCode/emotions2000/enthusiasm/m/3177978b-0483-4407-bf7e-f68371f79405.wa(...TRUNCATED) | 3177978b-0483-4407-bf7e-f68371f79405.wav | m | enthusiasm | [-1.3266790119814686e-6,1.2707231462627533e-6,-1.2552369526019902e-6,1.2095231340936152e-6,-1.125496(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions2000/sadness/f/бс_ж_гру (32).mp3 | бс_ж_гру (32).mp3 | f | sadness | [-1.9774258817051305e-6,-4.917601927445503e-6,1.2662607105085044e-6,-1.0564627928033588e-6,1.3495678(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions2000/tiredness/f/леспол_жен (8)_01.mp3 | леспол_жен (8)_01.mp3 | f | tiredness | [-4.782317319040885e-6,-2.3742636585666332e-6,8.667155952934991e-7,-4.734988010568486e-7,2.577264694(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions2000/enthusiasm/f/леспол_жен (37)_01.mp3 | леспол_жен (37)_01.mp3 | f | enthusiasm | [-4.498998350754846e-6,-2.671665924935951e-6,1.1918576774405665e-6,-8.266771942544437e-7,6.363914053(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions2000/anger/m/d56fff99-b063-4387-a85b-73d21246971b.wav | d56fff99-b063-4387-a85b-73d21246971b.wav | m | anger | [0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED) |
"/content/drive/MyDrive/SocialCode/emotions2000/enthusiasm/m/м поляна энтузиазм 772.(...TRUNCATED) | м поляна энтузиазм 772.wav | m | enthusiasm | [0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions2000/tiredness/f/леспол_жен (21)_01.mp3 | леспол_жен (21)_01.mp3 | f | tiredness | [-1.2343306821094302e-7,1.4260876923799515e-7,-1.7047774747425137e-7,2.0248381815690664e-7,-2.379663(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions2000/sadness/m/грусть_м_бс (22).wav | грусть_м_бс (22).wav | m | sadness | [-2.4568860226281686e-6,2.682073954929365e-6,-2.8311769710853696e-6,2.8413096515578218e-6,-2.6968962(...TRUNCATED) |
Russian Emotional Phonetic Voices
Crowdsourced phonetic voice clips, five emotions.
How it was collected
REPV was gathered by crowdsourcing rather than in a studio: around 200 different speakers for the full set and about 50 for REPV-S. Recording conditions therefore vary from contributor to contributor, which makes it harder than RESD and closer to what a microphone in the wild actually receives.
Splits
| Split | Rows | Hours | Mean clip |
|---|---|---|---|
train |
1628 | 1.65 | 3.6 s |
test |
407 | 0.40 | 3.6 s |
Fields
| Column | Meaning |
|---|---|
path |
Original file path |
file |
Source file name |
gender |
Speaker gender as reported by the contributor |
emotion |
Emotion label of the recording |
speech |
Audio |
Gender is close to even in train: 883 f, 745 m.
The label set is not the seven-class one used by RESD and the Aniemore models. REPV has five:
anger,enthusiasm,happiness,sadnessandtiredness.tirednessappears nowhere else in the library, andneutral,fearanddisgustare absent here.
Usage
from datasets import load_dataset
ds = load_dataset("Aniemore/REPV")
print(ds["train"][0]["emotion"])
Limitations
Crowdsourced audio varies in microphone, room and level, and the whole set is 2.1 hours — small enough that a single split can move a score by several points. REPV-S in particular holds 2035 clips in total and is meant for smoke tests rather than for measuring anything.
Citation
@misc{Aniemore,
author = {Артем Аментес, Илья Лубенец, Никита Давидчук},
title = {Открытая библиотека искусственного интеллекта для анализа и выявления эмоциональных оттенков речи человека},
year = {2022},
publisher = {Hugging Face},
journal = {Hugging Face Hub},
howpublished = {\url{https://huggingface.com/aniemore/Aniemore}},
email = {hello@socialcode.ru}
}
License
MIT.
- Downloads last month
- 73