qmeeus commited on
Commit
fd6e8bb
1 Parent(s): a69f961

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: en
4
+ features:
5
+ - name: audio_id
6
+ dtype: string
7
+ - name: audio
8
+ dtype:
9
+ audio:
10
+ sampling_rate: 16000
11
+ - name: transcription
12
+ dtype: string
13
+ - name: translation
14
+ dtype: string
15
+ - name: language
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 4002087694.0
20
+ num_examples: 12000
21
+ download_size: 3985668398
22
+ dataset_size: 4002087694.0
23
+ configs:
24
+ - config_name: en
25
+ data_files:
26
+ - split: train
27
+ path: en/train-*
28
+ ---
29
+ # Dataset Card for "vp-er-10l"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)