PhanithLIM commited on
Commit
d84f1bb
·
verified ·
1 Parent(s): 76d95b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -20
README.md CHANGED
@@ -1,20 +1,26 @@
1
- ---
2
- license: mit
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: audio
12
- - name: label
13
- dtype: string
14
- splits:
15
- - name: train
16
- num_bytes: 56986879.0
17
- num_examples: 444
18
- download_size: 56198353
19
- dataset_size: 56986879.0
20
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
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: audio
12
+ - name: label
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 56986879
17
+ num_examples: 444
18
+ download_size: 56198353
19
+ dataset_size: 56986879
20
+ task_categories:
21
+ - automatic-speech-recognition
22
+ language:
23
+ - km
24
+ size_categories:
25
+ - n<1K
26
+ ---