obadx commited on
Commit
f9f047d
·
verified ·
1 Parent(s): 75f135f

add: dataset info

Browse files
Files changed (1) hide show
  1. dataset_infos.json +14 -0
dataset_infos.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }