Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- "audio"
|
4 |
+
configs:
|
5 |
+
- config_name: default
|
6 |
+
data_files:
|
7 |
+
- split: test
|
8 |
+
path: "data/test.parquet"
|
9 |
+
---
|
10 |
+
### About dataset
|
11 |
+
It is a dataset of multispeaker speech with noise
|
12 |
+
each sample is at most 30 seconds
|
13 |
+
|
14 |
+
### Loading script
|
15 |
+
```
|
16 |
+
>>> load_dataset("Zarakun/speakers_ua_test")
|
17 |
+
```
|
18 |
+
|
19 |
+
### Dataset structure
|
20 |
+
**Every example has the following:
|
21 |
+
**audio** - the waveform
|
22 |
+
**rate** - the sampling rate of the waveform
|
23 |
+
**file_id** - the id of the speaker
|
24 |
+
**duration** - the duration of the video in seconds
|
25 |
+
**sentence** - the transcript of the video
|