Datasets:
path stringlengths 57 64 | file stringlengths 6 8 | gender stringclasses 2
values | emotion stringclasses 5
values | speech listlengths 21.8k 107k |
|---|---|---|---|---|
/content/drive/MyDrive/SocialCode/emotions/enthusiasm/m/М14.mp3 | М14.mp3 | m | enthusiasm | [5.221595984039595e-6,8.369257557205856e-6,8.696437362232246e-6,0.000012421061910572462,6.7170271904(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions/anger/f/Ж8.opus | Ж8.opus | f | anger | [2.5152633043035166e-7,-4.552910866095772e-7,6.927789968358411e-7,-9.663322089181747e-7,1.2681625776(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions/tiredness/f/Ж5.opus | Ж5.opus | f | tiredness | [2.5152633043035166e-7,-4.552910866095772e-7,6.927789968358411e-7,-9.663322089181747e-7,1.2681625776(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions/happiness/m/м5.mp3 | м5.mp3 | m | happiness | [2.3354357381322188e-7,-1.7886978298520262e-7,1.378091667447734e-7,-8.578066967857012e-8,1.633302915(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions/tiredness/m/М4.opus | М4.opus | m | tiredness | [2.5152633043035166e-7,-4.552910866095772e-7,6.927789968358411e-7,-9.663322089181747e-7,1.2681625776(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions/anger/m/м13.mp3 | м13.mp3 | m | anger | [2.3354357381322188e-7,-1.7886978298520262e-7,1.378091667447734e-7,-8.578066967857012e-8,1.633302915(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions/anger/m/м10.mp3 | м10.mp3 | m | anger | [2.3354357381322188e-7,-1.7886978298520262e-7,1.378091667447734e-7,-8.578066967857012e-8,1.633302915(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions/tiredness/m/м13.mp3 | м13.mp3 | m | tiredness | [2.3354357381322188e-7,-1.7886978298520262e-7,1.378091667447734e-7,-8.578066967857012e-8,1.633302915(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions/anger/m/М1.opus | М1.opus | m | anger | [-6.097845073327335e-8,4.6965833888634734e-8,-1.915768876870061e-8,-1.945052652274626e-8,6.739555402(...TRUNCATED) |
/content/drive/MyDrive/SocialCode/emotions/sadness/f/Ж2.opus | Ж2.opus | f | sadness | [3.4406045301693666e-7,-5.246691898719291e-7,7.309875513783481e-7,-9.630452950659674e-7,1.2136607665(...TRUNCATED) |
Russian Emotional Phonetic Voices — Small
The compact REPV subset.
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 |
112 | 0.12 | 3.7 s |
test |
28 | 0.03 | 3.9 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: 58 f, 54 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-S")
print(ds["train"][0]["emotion"])
Limitations
Crowdsourced audio varies in microphone, room and level, and the whole set is 0.1 hours — small enough that a single split can move a score by several points. REPV-S in particular holds 140 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
- 58