EnochLee commited on
Commit
1bd67d3
·
1 Parent(s): 42fa6cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: cc-by-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-3.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: test
7
+ path: data/test-*
8
+ dataset_info:
9
+ features:
10
+ - name: file
11
+ dtype: string
12
+ - name: audio
13
+ dtype: audio
14
+ - name: instruction
15
+ dtype: string
16
+ - name: label
17
+ dtype: string
18
+ splits:
19
+ - name: test
20
+ num_bytes: 7617292246.104
21
+ num_examples: 8732
22
+ download_size: 6997742496
23
+ dataset_size: 7617292246.104
24
  ---