NorHsangPha commited on
Commit
9a5b25b
·
verified ·
1 Parent(s): adf0ff0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: test
9
+ path: data/test-*
10
+ dataset_info:
11
+ features:
12
+ - name: audio
13
+ dtype:
14
+ audio:
15
+ sampling_rate: 22050
16
+ - name: transcription
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 475046750.0
21
+ num_examples: 422
22
+ - name: test
23
+ num_bytes: 117507633.0
24
+ num_examples: 105
25
+ download_size: 492901767
26
+ dataset_size: 592554383.0
27
  ---