dcml0714 commited on
Commit
1567774
·
verified ·
1 Parent(s): a4bf76c

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -1,5 +1,32 @@
1
  ---
2
- {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  # StyleSet
5
 
 
1
  ---
2
+ dataset_info:
3
+ config_name: voice_instruction_following
4
+ features:
5
+ - name: ID
6
+ dtype: int64
7
+ - name: text_1
8
+ dtype: string
9
+ - name: text_2
10
+ dtype: string
11
+ - name: audio_1
12
+ dtype:
13
+ audio:
14
+ sampling_rate: 16000
15
+ - name: audio_2
16
+ dtype:
17
+ audio:
18
+ sampling_rate: 16000
19
+ splits:
20
+ - name: test
21
+ num_bytes: 36665909.0
22
+ num_examples: 20
23
+ download_size: 35109899
24
+ dataset_size: 36665909.0
25
+ configs:
26
+ - config_name: voice_instruction_following
27
+ data_files:
28
+ - split: test
29
+ path: voice_instruction_following/test-*
30
  ---
31
  # StyleSet
32