anderloh commited on
Commit
0a34e44
·
verified ·
1 Parent(s): 0a3bc92

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: 10min
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': Trains
15
+ '4': Truck
16
+ splits:
17
+ - name: train
18
+ num_bytes: 29575409.0
19
+ num_examples: 132
20
+ - name: validation
21
+ num_bytes: 33608419.0
22
+ num_examples: 150
23
+ download_size: 59819577
24
+ dataset_size: 63183828.0
25
+ configs:
26
+ - config_name: 10min
27
+ data_files:
28
+ - split: train
29
+ path: 10min/train-*
30
+ - split: validation
31
+ path: 10min/validation-*
32
+ ---
33
+ # Dataset Card for "MotorizedTransportSplit5ClassFineTune"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)