jzju commited on
Commit
72f2ef4
1 Parent(s): 1cc818d

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: audio
5
+ dtype:
6
+ audio:
7
+ sampling_rate: 16000
8
+ - name: text
9
+ dtype: string
10
+ - name: pitch
11
+ dtype: float64
12
+ - name: rate
13
+ dtype: float64
14
+ - name: voice
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 36993063639.128
19
+ num_examples: 96672
20
+ download_size: 34772655134
21
+ dataset_size: 36993063639.128
22
+ ---
23
+ # Dataset Card for "wavenet_flashback"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)