Jayem-11 commited on
Commit
c0541a2
1 Parent(s): 0be1d3a

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: 15580205067.875
22
+ num_examples: 13689
23
+ download_size: 4759107017
24
+ dataset_size: 15580205067.875
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_3"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)