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

add: featrues into yaml

Browse files
Files changed (2) hide show
  1. README.md +23 -0
  2. dataset_infos.json +0 -14
README.md CHANGED
@@ -1,4 +1,27 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  configs:
3
  - config_name: default
4
  data_files:
 
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:
dataset_infos.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "recitation-segmentation": {
3
- "features": {
4
- "aya_name": {"dtype": "string", "_type": "Value"},
5
- "reciter_name": {"dtype": "string", "_type": "Value"},
6
- "recitation_id": {"dtype": "int32", "_type": "Value"},
7
- "url": {"dtype": "string", "_type": "Value"},
8
- "audio": {"sampling_rate": 16000, "_type": "Audio"},
9
- "duration": {"dtype": "float32", "_type": "Value"},
10
- "speech_intervals": {"shape": [null, 2], "dtype": "float32", "_type": "Array2D"},
11
- "is_interval_complete": {"dtype": "bool", "_type": "Value"}
12
- }
13
- }
14
- }