obadx commited on
Commit
c51fccc
·
verified ·
1 Parent(s): dba823e

update metada

Browse files
Files changed (1) hide show
  1. README.md +59 -54
README.md CHANGED
@@ -1,54 +1,59 @@
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: [null, 2]
22
- dtype: float32
23
- - name: is_interval_complete
24
- dtype: bool
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - path: data/recitation_0/train/*.parquet
29
- split: recitation_0
30
- - path: data/recitation_1/train/*.parquet
31
- split: recitation_1
32
- - path: data/recitation_2/train/*.parquet
33
- split: recitation_2
34
- - path: data/recitation_3/train/*.parquet
35
- split: recitation_3
36
- - path: data/recitation_5/train/*.parquet
37
- split: recitation_5
38
- - path: data/recitation_6/train/*.parquet
39
- split: recitation_6
40
- - path: data/recitation_7/train/*.parquet
41
- split: recitation_7
42
- - path: data/recitation_8/train/*.parquet
43
- split: recitation_8
44
-
45
- license: mit
46
- ---
47
-
48
- # Recitation Segmentation Dataset
49
-
50
- This dataset is aiming to build a model that aplit the Holy Quran recitations using puase (وقف).
51
-
52
- ## TODO
53
- * full description
54
- * feature description
 
 
 
 
 
 
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