kehanlu commited on
Commit
a96c8a4
1 Parent(s): 30bfb5b

Upload README.md with huggingface_hub

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