File size: 1,350 Bytes
633e991
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': ac cars
          '1': alfa romeo
          '2': amc
          '3': aston martin
          '4': audi
          '5': austin healey
          '6': bmw
          '7': buick
          '8': cadillac
          '9': chevrolet
          '10': chrysler
          '11': citroen
          '12': datsun
          '13': dodge
          '14': ferrari
          '15': fiat
          '16': ford
          '17': jaguar
          '18': lamborghini
          '19': lincoln
          '20': mazda
          '21': mercedes
          '22': mercury
          '23': mga
          '24': morris
          '25': oldsmobile
          '26': opel
          '27': peugeot
          '28': plymouth
          '29': pontiac
          '30': porsche
          '31': renault
          '32': saab
          '33': toyota
          '34': trabant
          '35': triumph
          '36': volkswagen
          '37': volvo
  splits:
  - name: train
    num_bytes: 246560655.3800738
    num_examples: 433
  - name: test
    num_bytes: 91605127.6199262
    num_examples: 109
  download_size: 337714704
  dataset_size: 338165783.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---