Datasets:

Formats:
parquet
Languages:
Russian
ArXiv:
Libraries:
Datasets
pandas
License:
NikiPshg commited on
Commit
0bfc992
·
verified ·
1 Parent(s): 7710a77

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Annotation Files
2
+
3
+ This repository contains annotation files.
4
+
5
+ You can obtain the corresponding dataset by cloning the [mtuciru/balalaika](https://github.com/mtuciru/balalaika) repository and running the following commands:
6
+
7
+ ```bash
8
+ git clone [https://github.com/mtuciru/balalaika](https://github.com/mtuciru/balalaika)
9
+ cd balalaika
10
+ bash create_user_env.sh
11
+ ```
12
+
13
+ ## 500 - hour Dataset
14
+
15
+ To utilize the 500-hour dataset, execute the following command:
16
+
17
+ ```bash
18
+ bash use_meta_100h.sh
19
+ ```
20
+
21
+ ## Output Example
22
+
23
+ ```python
24
+ (
25
+ 'base_path/21851634/102739417/469.72_483.93_21851634_102739417.mp3',
26
+ {
27
+ 'audio_path': '21851634/102739417/469.72_483.93_21851634_102739417.mp3',
28
+ 'is_mono': True,
29
+ 'NOI': 3.0010192,
30
+ 'COL': 4.100467,
31
+ 'DISC': 2.4562664,
32
+ 'LOUD': 3.4343345,
33
+ 'MOS': 3.9075212,
34
+ 'playlist_id': 21851634,
35
+ 'podcast_id': 102739417,
36
+ 'start': 469.72,
37
+ 'end': 483.93,
38
+ 'speaker': 0.0,
39
+ 'fullness': 0.8249,
40
+ 'accent': 'П+апа +едет дом+ой. ...',
41
+ 'phonemes': 'p a p ə j e dʲ ɪ t d ɐ m o j ...',
42
+ 'giga': 'папа едет домой и оля сейчас ...',
43
+ 'punct': 'Папа едет домой. И Оля сейчас поедет домой. ...',
44
+ 'whisper': 'Папа едет домой. И Оля сейчас поедет домой. ...',
45
+ }
46
+ )
47
+ ```