Baneks
Collection
Datasets with russian jokes pulled from a few vk communities (анекдоты категории б) for training text and speech processing engines
•
2 items
•
Updated
This dataset contains speech generated for anekdotes parsed from a few vk social network communities using stc model. The dataset corresponds to the default configuration from the baneks dataset. Since the dataset is regularly updated, there is no fixed number of entries, so stay tuned.
An example of an entry from the dataset is given below:
{
'text': 'Сидят русский и казах Русский спрашивает: - Слушай, а у тебя жена есть? - Жок - Молодец! Я бы свою тоже сжег нахуй!',
'audio': {
'path': '/root/.cache/huggingface/datasets/downloads/extracted/e8abea39e83c61e4a60c5a4b0661dc044ae82cfcd84b26f966b87999f73ae92e/00476018.anekdotikategoriib.mp3',
'array': array([ 8.09500818e-07, 1.27653129e-06, 4.17583010e-07, ..., -8.52341486e-07, 9.19626189e-07, 1.67368569e-06]),
'sampling_rate': 22050
},
'artist': 'Vladimir_n',
'id': 476018,
'source': 'anekdotikategoriib'
}
Each dataset entry therefore consists of the following fields:
text
- text representation of the anecdote;id
- id of the corresponding post;source
- community name in which the corresponding post has been published;artist
- identifier of the voice which was used for speech generation;audio
- audio data read from an mp3
file.