cyhuang-tw commited on
Commit
14bb25b
·
1 Parent(s): 7ff8bd8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: audio
7
+ dtype: audio
8
+ - name: instruction
9
+ dtype: string
10
+ - name: label
11
+ dtype: string
12
+ - name: utterance 1
13
+ dtype: string
14
+ - name: utterance 2
15
+ dtype: string
16
+ - name: utterance 3
17
+ dtype: string
18
+ - name: utterance 4
19
+ dtype: string
20
+ - name: utterance 5
21
+ dtype: string
22
+ splits:
23
+ - name: test
24
+ num_bytes: 391751299.0
25
+ num_examples: 2000
26
+ download_size: 444578671
27
+ dataset_size: 391751299.0
28
+ ---
29
+ # Dataset Card for "SpeakerCounting_LibriTTSTestClean"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)