Jayem-11 commited on
Commit
41dbfc3
1 Parent(s): aa31805

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype:
6
+ audio:
7
+ sampling_rate: 16000
8
+ - name: sentence
9
+ dtype: string
10
+ - name: input_length
11
+ dtype: int64
12
+ - name: input_features
13
+ sequence:
14
+ sequence: float32
15
+ - name: labels
16
+ sequence: int64
17
+ - name: labels_length
18
+ dtype: int64
19
+ splits:
20
+ - name: train
21
+ num_bytes: 13358723437.375
22
+ num_examples: 11733
23
+ download_size: 4082315471
24
+ dataset_size: 13358723437.375
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
+ ---
31
+ # Dataset Card for "mozilla_commonvoice_hackathon_preprocessed_train_batch_5"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)