imvladikon commited on
Commit
a1fa00f
1 Parent(s): 7be24a5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - automatic-speech-recognition
4
+ language:
5
+ - he
6
+ ---
7
+
8
+ ```python
9
+ {
10
+ 'path': '*.wav',
11
+ 'audio': {
12
+ 'path': '*.wav',
13
+ 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32),
14
+ 'sampling_rate': 16000
15
+ },
16
+ 'sentence': '',
17
+ }
18
+ ```