File size: 2,427 Bytes
74bdc76
f99cae8
 
 
74bdc76
f99cae8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74bdc76
f99cae8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
language:
- ru
- en
license: apache-2.0
tags:
- not-for-all-audiences
- art
- humour
- jokes
annotation_creators:
- crowdsourced
- original
- machine-generated
language_creators:
- crowdsourced
- original
- machine-generated
pretty_name: baneks-speech
size_categories:
- 10K<n<100K
task_categories:
- text-to-speech
- automatic-speech-recognition
---

# Dataset card for baneks-speech

## Table of contents

- [Dataset description](#dataset-description)
    - [Dataset summary](#dataset-summary)
- [Dataset structure](#dataset-structure)
    - [Dataset instance](#dataset-instance)
    - [Dataset fields](#dataset-fields)

## Dataset description

- **Homepage:** [baneks-speech homepage]()
- **Repository:** [baneks-speech repository](https://huggingface.co/datasets/zeio/baneks-speech)
- **Point of contact:** [Zeio Nara](mailto:zeionara@gmail.com)
- **Dataset version:** `10.10.2023`

### Dataset summary

This dataset contains speech generated for anekdotes parsed from a few vk social network communities using [stc model](https://cloud.speechpro.com/home).
The dataset corresponds to the **default** configuration from the [baneks](https://huggingface.co/datasets/zeio/baneks) dataset.
Since the dataset is regularly updated, there is no fixed number of entries, so stay tuned.

## Dataset structure

### Data instance

An example of an entry from the dataset is given below:

```json
{
    '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'
}
```

### Data fields

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.