bofenghuang commited on
Commit
df3d13a
·
1 Parent(s): 3fb40a2

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
+ config_name: fr
4
+ features:
5
+ - name: audio
6
+ dtype:
7
+ audio:
8
+ sampling_rate: 16000
9
+ - name: text
10
+ dtype: string
11
+ - name: duration
12
+ dtype: float64
13
+ - name: split
14
+ dtype: string
15
+ splits:
16
+ - name: test
17
+ num_bytes: 35664300.82401466
18
+ num_examples: 120
19
+ download_size: 34360421
20
+ dataset_size: 35664300.82401466
21
+ configs:
22
+ - config_name: fr
23
+ data_files:
24
+ - split: test
25
+ path: fr/test-*
26
+ ---
27
+ # Dataset Card for "asr-dummy"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)