File size: 2,291 Bytes
57736eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "facebook/convnext-base-224",
  "architectures": [
    "ConvNextForImageClassification"
  ],
  "depths": [
    3,
    3,
    27,
    3
  ],
  "drop_path_rate": 0.0,
  "hidden_act": "gelu",
  "hidden_sizes": [
    128,
    256,
    512,
    1024
  ],
  "id2label": {
    "0": "aardvark",
    "1": "bird",
    "2": "black-and-white colobus",
    "3": "blue duiker",
    "4": "buffalo",
    "5": "bushbuck",
    "6": "bushpig",
    "7": "cattle",
    "8": "chimpanzee",
    "9": "civet_genet",
    "10": "dog_jackal",
    "11": "elephant",
    "12": "galago_potto",
    "13": "goat",
    "14": "golden cat",
    "15": "gorilla",
    "16": "guineafowl",
    "17": "honey badger",
    "18": "leopard",
    "19": "mandrill",
    "20": "mongoose",
    "21": "monkey",
    "22": "olive baboon",
    "23": "pangolin",
    "24": "porcupine",
    "25": "red colobus_red-capped mangabey",
    "26": "red duiker",
    "27": "rodent",
    "28": "serval",
    "29": "spotted hyena",
    "30": "squirel",
    "31": "water chevrotain",
    "32": "yellow-backed duiker"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "label2id": {
    "aardvark": 0,
    "bird": 1,
    "black-and-white colobus": 2,
    "blue duiker": 3,
    "buffalo": 4,
    "bushbuck": 5,
    "bushpig": 6,
    "cattle": 7,
    "chimpanzee": 8,
    "civet_genet": 9,
    "dog_jackal": 10,
    "elephant": 11,
    "galago_potto": 12,
    "goat": 13,
    "golden cat": 14,
    "gorilla": 15,
    "guineafowl": 16,
    "honey badger": 17,
    "leopard": 18,
    "mandrill": 19,
    "mongoose": 20,
    "monkey": 21,
    "olive baboon": 22,
    "pangolin": 23,
    "porcupine": 24,
    "red colobus_red-capped mangabey": 25,
    "red duiker": 26,
    "rodent": 27,
    "serval": 28,
    "spotted hyena": 29,
    "squirel": 30,
    "water chevrotain": 31,
    "yellow-backed duiker": 32
  },
  "layer_norm_eps": 1e-12,
  "layer_scale_init_value": 1e-06,
  "model_type": "convnext",
  "num_channels": 3,
  "num_stages": 4,
  "out_features": [
    "stage4"
  ],
  "out_indices": [
    4
  ],
  "patch_size": 4,
  "problem_type": "single_label_classification",
  "stage_names": [
    "stem",
    "stage1",
    "stage2",
    "stage3",
    "stage4"
  ],
  "torch_dtype": "float32",
  "transformers_version": "4.40.2"
}