evanarlian commited on
Commit
284150e
·
1 Parent(s): 22bd94a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype:
6
+ audio:
7
+ sampling_rate: 16000
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': ahbot
13
+ '1': ahbot_close
14
+ '2': background_noise
15
+ splits:
16
+ - name: train
17
+ num_bytes: 67242919.0
18
+ num_examples: 132
19
+ download_size: 60186499
20
+ dataset_size: 67242919.0
21
+ ---
22
+ # Dataset Card for "ahbot_wakeword"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)