rohitp1 commited on
Commit
06a42b8
·
1 Parent(s): 75085f1

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: audio
5
+ struct:
6
+ - name: array
7
+ sequence: float64
8
+ - name: path
9
+ dtype: 'null'
10
+ - name: sampling_rate
11
+ dtype: int64
12
+ - name: sentence
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 78272771286
17
+ num_examples: 100000
18
+ - name: val
19
+ num_bytes: 3796055210
20
+ num_examples: 5000
21
+ - name: test
22
+ num_bytes: 3840811928
23
+ num_examples: 5000
24
+ download_size: 7663445403
25
+ dataset_size: 85909638424
26
+ ---
27
+ # Dataset Card for "SmallNoisyCommonSpeechEN"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)