File size: 2,367 Bytes
f5d9c1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
  "_name_or_path": "google/vit-base-patch16-224-in21k",
  "architectures": [
    "ViTForImageClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "encoder_stride": 16,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 768,
  "id2label": {
    "0": "Acura",
    "1": "Alfa Romeo",
    "10": "Dodge",
    "11": "FIAT",
    "12": "Ferrari",
    "13": "Ford",
    "14": "GMC",
    "15": "Genesis",
    "16": "Honda",
    "17": "Hyundai",
    "18": "INFINITI",
    "19": "Jaguar",
    "2": "Aston Martin",
    "20": "Jeep",
    "21": "Kia",
    "22": "Lamborghini",
    "23": "Land Rover",
    "24": "Lexus",
    "25": "Lincoln",
    "26": "MINI",
    "27": "Maserati",
    "28": "Mazda",
    "29": "McLaren",
    "3": "Audi",
    "30": "Mercedes-Benz",
    "31": "Mitsubishi",
    "32": "Nissan",
    "33": "Porsche",
    "34": "Ram",
    "35": "Rolls-Royce",
    "36": "Subaru",
    "37": "Tesla",
    "38": "Toyota",
    "39": "Volkswagen",
    "4": "BMW",
    "40": "Volvo",
    "41": "smart",
    "5": "Bentley",
    "6": "Buick",
    "7": "Cadillac",
    "8": "Chevrolet",
    "9": "Chrysler"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Acura": "0",
    "Alfa Romeo": "1",
    "Aston Martin": "2",
    "Audi": "3",
    "BMW": "4",
    "Bentley": "5",
    "Buick": "6",
    "Cadillac": "7",
    "Chevrolet": "8",
    "Chrysler": "9",
    "Dodge": "10",
    "FIAT": "11",
    "Ferrari": "12",
    "Ford": "13",
    "GMC": "14",
    "Genesis": "15",
    "Honda": "16",
    "Hyundai": "17",
    "INFINITI": "18",
    "Jaguar": "19",
    "Jeep": "20",
    "Kia": "21",
    "Lamborghini": "22",
    "Land Rover": "23",
    "Lexus": "24",
    "Lincoln": "25",
    "MINI": "26",
    "Maserati": "27",
    "Mazda": "28",
    "McLaren": "29",
    "Mercedes-Benz": "30",
    "Mitsubishi": "31",
    "Nissan": "32",
    "Porsche": "33",
    "Ram": "34",
    "Rolls-Royce": "35",
    "Subaru": "36",
    "Tesla": "37",
    "Toyota": "38",
    "Volkswagen": "39",
    "Volvo": "40",
    "smart": "41"
  },
  "layer_norm_eps": 1e-12,
  "model_type": "vit",
  "num_attention_heads": 12,
  "num_channels": 3,
  "num_hidden_layers": 12,
  "patch_size": 16,
  "problem_type": "single_label_classification",
  "qkv_bias": true,
  "torch_dtype": "float32",
  "transformers_version": "4.17.0"
}