File size: 4,092 Bytes
7658ee3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
  "architectures": [
    "ViTForImageClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "encoder_stride": 16,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 768,
  "id2label": {
    "0": "antelope",
    "1": "badger",
    "2": "bat",
    "3": "bear",
    "4": "bee",
    "5": "beetle",
    "6": "bison",
    "7": "boar",
    "8": "butterfly",
    "9": "cat",
    "10": "caterpillar",
    "11": "chimpanzee",
    "12": "cockroach",
    "13": "cow",
    "14": "coyote",
    "15": "crab",
    "16": "crow",
    "17": "deer",
    "18": "dog",
    "19": "dolphin",
    "20": "donkey",
    "21": "dragonfly",
    "22": "duck",
    "23": "eagle",
    "24": "elephant",
    "25": "flamingo",
    "26": "fly",
    "27": "fox",
    "28": "goat",
    "29": "goldfish",
    "30": "goose",
    "31": "gorilla",
    "32": "grasshopper",
    "33": "hamster",
    "34": "hare",
    "35": "hedgehog",
    "36": "hippopotamus",
    "37": "hornbill",
    "38": "horse",
    "39": "hummingbird",
    "40": "hyena",
    "41": "jellyfish",
    "42": "kangaroo",
    "43": "koala",
    "44": "ladybugs",
    "45": "leopard",
    "46": "lion",
    "47": "lizard",
    "48": "lobster",
    "49": "mosquito",
    "50": "moth",
    "51": "mouse",
    "52": "octopus",
    "53": "okapi",
    "54": "orangutan",
    "55": "otter",
    "56": "owl",
    "57": "ox",
    "58": "oyster",
    "59": "panda",
    "60": "parrot",
    "61": "pelecaniformes",
    "62": "penguin",
    "63": "pig",
    "64": "pigeon",
    "65": "porcupine",
    "66": "possum",
    "67": "raccoon",
    "68": "rat",
    "69": "reindeer",
    "70": "rhinoceros",
    "71": "sandpiper",
    "72": "seahorse",
    "73": "seal",
    "74": "shark",
    "75": "sheep",
    "76": "snake",
    "77": "sparrow",
    "78": "squid",
    "79": "squirrel",
    "80": "starfish",
    "81": "swan",
    "82": "tiger",
    "83": "turkey",
    "84": "turtle",
    "85": "whale",
    "86": "wolf",
    "87": "wombat",
    "88": "woodpecker",
    "89": "zebra"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "antelope": 0,
    "badger": 1,
    "bat": 2,
    "bear": 3,
    "bee": 4,
    "beetle": 5,
    "bison": 6,
    "boar": 7,
    "butterfly": 8,
    "cat": 9,
    "caterpillar": 10,
    "chimpanzee": 11,
    "cockroach": 12,
    "cow": 13,
    "coyote": 14,
    "crab": 15,
    "crow": 16,
    "deer": 17,
    "dog": 18,
    "dolphin": 19,
    "donkey": 20,
    "dragonfly": 21,
    "duck": 22,
    "eagle": 23,
    "elephant": 24,
    "flamingo": 25,
    "fly": 26,
    "fox": 27,
    "goat": 28,
    "goldfish": 29,
    "goose": 30,
    "gorilla": 31,
    "grasshopper": 32,
    "hamster": 33,
    "hare": 34,
    "hedgehog": 35,
    "hippopotamus": 36,
    "hornbill": 37,
    "horse": 38,
    "hummingbird": 39,
    "hyena": 40,
    "jellyfish": 41,
    "kangaroo": 42,
    "koala": 43,
    "ladybugs": 44,
    "leopard": 45,
    "lion": 46,
    "lizard": 47,
    "lobster": 48,
    "mosquito": 49,
    "moth": 50,
    "mouse": 51,
    "octopus": 52,
    "okapi": 53,
    "orangutan": 54,
    "otter": 55,
    "owl": 56,
    "ox": 57,
    "oyster": 58,
    "panda": 59,
    "parrot": 60,
    "pelecaniformes": 61,
    "penguin": 62,
    "pig": 63,
    "pigeon": 64,
    "porcupine": 65,
    "possum": 66,
    "raccoon": 67,
    "rat": 68,
    "reindeer": 69,
    "rhinoceros": 70,
    "sandpiper": 71,
    "seahorse": 72,
    "seal": 73,
    "shark": 74,
    "sheep": 75,
    "snake": 76,
    "sparrow": 77,
    "squid": 78,
    "squirrel": 79,
    "starfish": 80,
    "swan": 81,
    "tiger": 82,
    "turkey": 83,
    "turtle": 84,
    "whale": 85,
    "wolf": 86,
    "wombat": 87,
    "woodpecker": 88,
    "zebra": 89
  },
  "layer_norm_eps": 1e-12,
  "model_type": "vit",
  "num_attention_heads": 12,
  "num_channels": 3,
  "num_hidden_layers": 12,
  "patch_size": 16,
  "pooler_act": "tanh",
  "pooler_output_size": 768,
  "problem_type": "single_label_classification",
  "qkv_bias": true,
  "torch_dtype": "float32",
  "transformers_version": "4.50.0"
}