omar47 commited on
Commit
e110d68
·
1 Parent(s): 3c60755

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: audio
7
+ struct:
8
+ - name: bytes
9
+ dtype: binary
10
+ - name: path
11
+ dtype: string
12
+ - name: text
13
+ dtype: string
14
+ splits:
15
+ - name: test
16
+ num_bytes: 5333955
17
+ num_examples: 40
18
+ - name: validation
19
+ num_bytes: 3749784
20
+ num_examples: 40
21
+ - name: train
22
+ num_bytes: 13316202
23
+ num_examples: 60
24
+ download_size: 21482093
25
+ dataset_size: 22399941
26
+ ---
27
+ # Dataset Card for "dummy_en-asr"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)