Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
dataset_info:
|
4 |
features:
|
5 |
- name: audio
|
@@ -30,11 +37,9 @@ configs:
|
|
30 |
path: data/train-*
|
31 |
- split: unsup
|
32 |
path: data/unsup-*
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
- 10K<n<100K
|
40 |
-
---
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- automatic-speech-recognition
|
5 |
+
language:
|
6 |
+
- pl
|
7 |
+
pretty_name: PWr AZON
|
8 |
+
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
dataset_info:
|
11 |
features:
|
12 |
- name: audio
|
|
|
37 |
path: data/train-*
|
38 |
- split: unsup
|
39 |
path: data/unsup-*
|
40 |
+
---
|
41 |
+
This speech dataset consists of 15332 short audio clips of multiple speakers speaking in Polish. Transcription is provided for 14491 audio clips (`train` split), and it is missing for 841 audio clips (`unsup` split). Gender of speaker is provided for the whole dataset. Clips have total length of almost 31 hours.
|
42 |
+
|
43 |
+
This dataset was created from _Korpus nagrań próbek mowy do celów budowy modeli akustycznych dla automatycznego rozpoznawania mowy w języku polskim_. The dataset was repackaged into easier to use format. If you are interested in the original data, please visit https://zasobynauki.pl/zasoby/korpus-nagran-probek-mowy-do-celow-budowy-modeli-akustycznych-dla-automatycznego-rozpoznawania-mowy,53293/
|
44 |
+
|
45 |
+
Also, if you find this resource helpful, kindly consider leaving a like.
|
|
|
|