add: readme
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path:
|
7 |
+
- data/recitation_0/train/*.parquet
|
8 |
+
- data/recitation_1/train/*.parquet
|
9 |
+
- data/recitation_2/train/*.parquet
|
10 |
+
- data/recitation_3/train/*.parquet
|
11 |
+
- data/recitation_5/train/*.parquet
|
12 |
+
- data/recitation_6/train/*.parquet
|
13 |
+
- data/recitation_7/train/*.parquet
|
14 |
+
- split: test
|
15 |
+
path: data/recitation_8/train/*.parquet
|
16 |
+
dataset_info:
|
17 |
+
featrues:
|
18 |
+
- dtype: string
|
19 |
+
name: aya_name
|
20 |
+
- dtype: string
|
21 |
+
name: reciter_name
|
22 |
+
- dtype: int32
|
23 |
+
name: recitation_id
|
24 |
+
- dtype: string
|
25 |
+
name: url
|
26 |
+
- dtype:
|
27 |
+
audio:
|
28 |
+
decode: false
|
29 |
+
sampling_rate: 16000
|
30 |
+
name: audio
|
31 |
+
- dtype: float32
|
32 |
+
name: duration
|
33 |
+
- dtype: float32
|
34 |
+
name: speed
|
35 |
+
- dtype:
|
36 |
+
array2_d:
|
37 |
+
dtype: float32
|
38 |
+
shape:
|
39 |
+
- null
|
40 |
+
- 2
|
41 |
+
name: speech_intervals
|
42 |
+
- dtype: bool
|
43 |
+
name: is_interval_complete
|
44 |
+
- dtype: bool
|
45 |
+
name: is_augmented
|
46 |
+
---
|