newknp commited on
Commit
06bfb1f
1 Parent(s): ba76f4f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: input_values
5
+ sequence: float32
6
+ - name: input_length
7
+ dtype: int64
8
+ - name: labels
9
+ sequence: int64
10
+ splits:
11
+ - name: train
12
+ num_bytes: 8467007872
13
+ num_examples: 31849
14
+ - name: validation
15
+ num_bytes: 3265363172
16
+ num_examples: 10930
17
+ - name: test
18
+ num_bytes: 3428141856
19
+ num_examples: 10930
20
+ download_size: 14909744952
21
+ dataset_size: 15160512900
22
+ ---
23
+ # Dataset Card for "common_voice_11_0_th_w2v2"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)