kuanhuggingface commited on
Commit
7beb6a9
·
1 Parent(s): a38fdbb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ dataset_info:
8
+ features:
9
+ - name: source_speech_id
10
+ dtype: string
11
+ - name: source_speech
12
+ dtype:
13
+ audio:
14
+ sampling_rate: 48000
15
+ - name: source_transcription
16
+ dtype: string
17
+ - name: target_speech_id
18
+ dtype: string
19
+ - name: target_speech
20
+ dtype:
21
+ audio:
22
+ sampling_rate: 48000
23
+ - name: target_transcription
24
+ dtype: string
25
+ - name: label_id
26
+ dtype: string
27
+ - name: label
28
+ dtype:
29
+ audio:
30
+ sampling_rate: 48000
31
+ - name: label_transcription
32
+ dtype: string
33
+ - name: instruction
34
+ dtype: string
35
+ splits:
36
+ - name: test
37
+ num_bytes: 3132068107.564
38
+ num_examples: 2001
39
+ download_size: 2043675326
40
+ dataset_size: 3132068107.564
41
+ ---
42
+ # Dataset Card for "VoiceConversion_VCTK"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)