File size: 2,559 Bytes
61759c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "dima806/mammals_45_types_image_classification",
  "architectures": [
    "ViTForImageClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "encoder_stride": 16,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 768,
  "id2label": {
    "0": "african_elephant",
    "1": "alpaca",
    "2": "american_bison",
    "3": "anteater",
    "4": "arctic_fox",
    "5": "armadillo",
    "6": "baboon",
    "7": "badger",
    "8": "blue_whale",
    "9": "brown_bear",
    "10": "camel",
    "11": "dolphin",
    "12": "giraffe",
    "13": "groundhog",
    "14": "highland_cattle",
    "15": "horse",
    "16": "jackal",
    "17": "kangaroo",
    "18": "koala",
    "19": "manatee",
    "20": "mongoose",
    "21": "mountain_goat",
    "22": "opossum",
    "23": "orangutan",
    "24": "otter",
    "25": "polar_bear",
    "26": "porcupine",
    "27": "red_panda",
    "28": "rhinoceros",
    "29": "sea_lion",
    "30": "seal",
    "31": "snow_leopard",
    "32": "squirrel",
    "33": "sugar_glider",
    "34": "tapir",
    "35": "vampire_bat",
    "36": "vicuna",
    "37": "walrus",
    "38": "warthog",
    "39": "water_buffalo",
    "40": "weasel",
    "41": "wildebeest",
    "42": "wombat",
    "43": "yak",
    "44": "zebra"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "african_elephant": 0,
    "alpaca": 1,
    "american_bison": 2,
    "anteater": 3,
    "arctic_fox": 4,
    "armadillo": 5,
    "baboon": 6,
    "badger": 7,
    "blue_whale": 8,
    "brown_bear": 9,
    "camel": 10,
    "dolphin": 11,
    "giraffe": 12,
    "groundhog": 13,
    "highland_cattle": 14,
    "horse": 15,
    "jackal": 16,
    "kangaroo": 17,
    "koala": 18,
    "manatee": 19,
    "mongoose": 20,
    "mountain_goat": 21,
    "opossum": 22,
    "orangutan": 23,
    "otter": 24,
    "polar_bear": 25,
    "porcupine": 26,
    "red_panda": 27,
    "rhinoceros": 28,
    "sea_lion": 29,
    "seal": 30,
    "snow_leopard": 31,
    "squirrel": 32,
    "sugar_glider": 33,
    "tapir": 34,
    "vampire_bat": 35,
    "vicuna": 36,
    "walrus": 37,
    "warthog": 38,
    "water_buffalo": 39,
    "weasel": 40,
    "wildebeest": 41,
    "wombat": 42,
    "yak": 43,
    "zebra": 44
  },
  "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.38.2"
}