File size: 685 Bytes
eb83a97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
dataset_info:
  config_name: first
  features:
  - name: audio
    dtype: audio
  - name: label
    dtype:
      class_label:
        names:
          '0': Helicopter
          '1': Racecar
  splits:
  - name: train
    num_bytes: 251959227.0
    num_examples: 984
  - name: test
    num_bytes: 109848078.0
    num_examples: 429
  download_size: 361768868
  dataset_size: 361807305.0
configs:
- config_name: first
  data_files:
  - split: train
    path: first/train-*
  - split: test
    path: first/test-*
---
# Dataset Card for "Vehicle_dataset"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)