NorHsangPha commited on
Commit
034a87b
1 Parent(s): 2d2eda0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
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
+ dataset_info:
9
+ features:
10
+ - name: audio
11
+ dtype:
12
+ audio:
13
+ sampling_rate: 22050
14
+ - name: transcription
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 592554352.0
19
+ num_examples: 527
20
+ download_size: 492980308
21
+ dataset_size: 592554352.0
22
  ---