anderloh commited on
Commit
fa8d961
·
verified ·
1 Parent(s): cd5d270

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: 2ClassEasyMic
4
+ features:
5
+ - name: audio
6
+ dtype: audio
7
+ - name: label
8
+ dtype:
9
+ class_label:
10
+ names:
11
+ '0': Classic
12
+ '1': Racecar
13
+ splits:
14
+ - name: validation
15
+ num_bytes: 35624924.0
16
+ num_examples: 159
17
+ download_size: 35621711
18
+ dataset_size: 35624924.0
19
+ configs:
20
+ - config_name: 2ClassEasyMic
21
+ data_files:
22
+ - split: validation
23
+ path: 2ClassEasyMic/validation-*
24
+ ---
25
+ # Dataset Card for "ValidateRes"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)