File size: 2,561 Bytes
a228cc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
07e77be
a228cc9
 
 
 
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
{
  "architectures": [
    "ViTForImageClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "encoder_stride": 16,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 768,
  "id2label": {
    "0": "german shorthaired",
    "1": "basset hound",
    "2": "yorkshire terrier",
    "3": "great pyrenees",
    "4": "leonberger",
    "5": "Siamese",
    "6": "scottish terrier",
    "7": "Ragdoll",
    "8": "english setter",
    "9": "wheaten terrier",
    "10": "Birman",
    "11": "boxer",
    "12": "Maine Coon",
    "13": "miniature pinscher",
    "14": "Abyssinian",
    "15": "samoyed",
    "16": "american pit bull terrier",
    "17": "american bulldog",
    "18": "Persian",
    "19": "Bombay",
    "20": "chihuahua",
    "21": "Bengal",
    "22": "saint bernard",
    "23": "beagle",
    "24": "staffordshire bull terrier",
    "25": "english cocker spaniel",
    "26": "Russian Blue",
    "27": "japanese chin",
    "28": "newfoundland",
    "29": "pug",
    "30": "shiba inu",
    "31": "British Shorthair",
    "32": "havanese",
    "33": "Sphynx",
    "34": "Egyptian Mau",
    "35": "pomeranian",
    "36": "keeshond"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Abyssinian": 14,
    "Bengal": 21,
    "Birman": 10,
    "Bombay": 19,
    "British Shorthair": 31,
    "Egyptian Mau": 34,
    "Maine Coon": 12,
    "Persian": 18,
    "Ragdoll": 7,
    "Russian Blue": 26,
    "Siamese": 5,
    "Sphynx": 33,
    "american bulldog": 17,
    "american pit bull terrier": 16,
    "basset hound": 1,
    "beagle": 23,
    "boxer": 11,
    "chihuahua": 20,
    "english cocker spaniel": 25,
    "english setter": 8,
    "german shorthaired": 0,
    "great pyrenees": 3,
    "havanese": 32,
    "japanese chin": 27,
    "keeshond": 36,
    "leonberger": 4,
    "miniature pinscher": 13,
    "newfoundland": 28,
    "pomeranian": 35,
    "pug": 29,
    "saint bernard": 22,
    "samoyed": 15,
    "scottish terrier": 6,
    "shiba inu": 30,
    "staffordshire bull terrier": 24,
    "wheaten terrier": 9,
    "yorkshire terrier": 2
  },
  "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.55.3"
}