kuanhuggingface commited on
Commit
8f1b2e9
·
1 Parent(s): 617835c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ dataset_info:
8
+ features:
9
+ - name: file
10
+ dtype: string
11
+ - name: text
12
+ dtype: string
13
+ - name: reference_speech_id
14
+ dtype: string
15
+ - name: reference_speech
16
+ dtype:
17
+ audio:
18
+ sampling_rate: 24000
19
+ - name: reference_speech_transcription
20
+ dtype: string
21
+ - name: label
22
+ dtype:
23
+ audio:
24
+ sampling_rate: 24000
25
+ - name: instruction
26
+ dtype: string
27
+ splits:
28
+ - name: test
29
+ num_bytes: 2639185705.032
30
+ num_examples: 4916
31
+ download_size: 2199786738
32
+ dataset_size: 2639185705.032
33
+ ---
34
+ # Dataset Card for "Text2Speech_LibriTTS-TestClean"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)