Datasets:
update metada
Browse files
README.md
CHANGED
@@ -1,54 +1,59 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
- path: data/
|
31 |
-
split:
|
32 |
-
- path: data/
|
33 |
-
split:
|
34 |
-
- path: data/
|
35 |
-
split:
|
36 |
-
- path: data/
|
37 |
-
split:
|
38 |
-
- path: data/
|
39 |
-
split:
|
40 |
-
- path: data/
|
41 |
-
split:
|
42 |
-
- path: data/
|
43 |
-
split:
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: aya_name
|
5 |
+
dtype: string
|
6 |
+
- name: reciter_name
|
7 |
+
dtype: string
|
8 |
+
- name: recitation_id
|
9 |
+
dtype: int32
|
10 |
+
- name: url
|
11 |
+
dtype: string
|
12 |
+
- name: audio
|
13 |
+
dtype:
|
14 |
+
audio:
|
15 |
+
sampling_rate: 16000
|
16 |
+
- name: duration
|
17 |
+
dtype: float32
|
18 |
+
- name: speech_intervals
|
19 |
+
dtype:
|
20 |
+
Array2D:
|
21 |
+
shape:
|
22 |
+
- null
|
23 |
+
- 2
|
24 |
+
dtype: float32
|
25 |
+
- name: is_interval_complete
|
26 |
+
dtype: bool
|
27 |
+
configs:
|
28 |
+
- config_name: default
|
29 |
+
data_files:
|
30 |
+
- path: data/recitation_0/train/*.parquet
|
31 |
+
split: recitation_0
|
32 |
+
- path: data/recitation_1/train/*.parquet
|
33 |
+
split: recitation_1
|
34 |
+
- path: data/recitation_2/train/*.parquet
|
35 |
+
split: recitation_2
|
36 |
+
- path: data/recitation_3/train/*.parquet
|
37 |
+
split: recitation_3
|
38 |
+
- path: data/recitation_5/train/*.parquet
|
39 |
+
split: recitation_5
|
40 |
+
- path: data/recitation_6/train/*.parquet
|
41 |
+
split: recitation_6
|
42 |
+
- path: data/recitation_7/train/*.parquet
|
43 |
+
split: recitation_7
|
44 |
+
- path: data/recitation_8/train/*.parquet
|
45 |
+
split: recitation_8
|
46 |
+
license: mit
|
47 |
+
language:
|
48 |
+
- ar
|
49 |
+
size_categories:
|
50 |
+
- 10K<n<100K
|
51 |
+
---
|
52 |
+
|
53 |
+
# Recitation Segmentation Dataset
|
54 |
+
|
55 |
+
This dataset is aiming to build a model that aplit the Holy Quran recitations using puase (وقف).
|
56 |
+
|
57 |
+
## TODO
|
58 |
+
* full description
|
59 |
+
* feature description
|