Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,49 +1,44 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
- audio
|
12 |
- speech
|
13 |
- Russian
|
14 |
- ASR
|
15 |
- voice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
dataset_info:
|
18 |
-
features:
|
19 |
-
- dtype: string
|
20 |
-
name: id
|
21 |
-
- dtype: string
|
22 |
-
name: path
|
23 |
-
- dtype: string
|
24 |
-
name: text
|
25 |
-
- dtype: float32
|
26 |
-
name: duration
|
27 |
-
- dtype: audio
|
28 |
-
name: audio
|
29 |
|
30 |
-
|
31 |
-
splits:
|
32 |
-
- name: train
|
33 |
-
- name: validate
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
## Dataset Description
|
41 |
-
|
42 |
-
open_stt is a Russian dataset for speech research.
|
43 |
-
|
44 |
-
## Dataset Structure
|
45 |
-
|
46 |
-
This dataset is organized as follows:
|
47 |
|
48 |
|
49 |
### asr_calls_v2 subset
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ru
|
4 |
+
license: cc-by-4.0
|
5 |
+
task_categories:
|
6 |
+
- automatic-speech-recognition
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
tags:
|
10 |
+
- audio
|
|
|
11 |
- speech
|
12 |
- Russian
|
13 |
- ASR
|
14 |
- voice
|
15 |
+
pretty_name: open_stt
|
16 |
+
dataset_info:
|
17 |
+
features:
|
18 |
+
- name: id
|
19 |
+
dtype: string
|
20 |
+
- name: path
|
21 |
+
dtype: string
|
22 |
+
- name: text
|
23 |
+
dtype: string
|
24 |
+
- name: duration
|
25 |
+
dtype: float32
|
26 |
+
- name: audio
|
27 |
+
dtype: audio
|
28 |
+
config_name: asr_calls_v2, buriy_audio_books_2, public_youtube700
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
- name: validate
|
32 |
+
---
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
+
## Dataset Description
|
|
|
|
|
|
|
36 |
|
37 |
+
open_stt is a Russian dataset for speech research.
|
38 |
+
|
39 |
+
## Dataset Structure
|
40 |
+
|
41 |
+
This dataset is organized as follows:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
|
44 |
### asr_calls_v2 subset
|