anderloh commited on
Commit
692f637
·
verified ·
1 Parent(s): fd4329b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: pretraining
4
+ features:
5
+ - name: audio
6
+ dtype: audio
7
+ - name: label
8
+ dtype:
9
+ class_label:
10
+ names:
11
+ '0': Helicopter
12
+ '1': Jet
13
+ '2': Racecar
14
+ '3': Train_
15
+ '4': Truck
16
+ splits:
17
+ - name: train
18
+ num_bytes: 2381396801.811
19
+ num_examples: 10629
20
+ - name: test
21
+ num_bytes: 905396784.689
22
+ num_examples: 4041
23
+ download_size: 3286168021
24
+ dataset_size: 3286793586.5
25
+ configs:
26
+ - config_name: pretraining
27
+ data_files:
28
+ - split: train
29
+ path: pretraining/train-*
30
+ - split: test
31
+ path: pretraining/test-*
32
+ ---
33
+ # Dataset Card for "5ClassMotorizedLarge"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)