File size: 2,425 Bytes
b1a4df3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_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": "Anorak",
    "1": "Blazer",
    "2": "Blouse",
    "3": "Bomber",
    "4": "Button-Down",
    "5": "Caftan",
    "6": "Capris",
    "7": "Cardigan",
    "8": "Chinos",
    "9": "Coat",
    "10": "Coverup",
    "11": "Culottes",
    "12": "Cutoffs",
    "13": "Dress",
    "14": "Flannel",
    "15": "Gauchos",
    "16": "Halter",
    "17": "Henley",
    "18": "Hoodie",
    "19": "Jacket",
    "20": "Jeans",
    "21": "Jeggings",
    "22": "Jersey",
    "23": "Jodhpurs",
    "24": "Joggers",
    "25": "Jumpsuit",
    "26": "Kaftan",
    "27": "Kimono",
    "28": "Leggings",
    "29": "Onesie",
    "30": "Parka",
    "31": "Peacoat",
    "32": "Poncho",
    "33": "Robe",
    "34": "Romper",
    "35": "Sarong",
    "36": "Shorts",
    "37": "Skirt",
    "38": "Sweater",
    "39": "Sweatpants",
    "40": "Sweatshorts",
    "41": "Tank",
    "42": "Tee",
    "43": "Top",
    "44": "Trunks",
    "45": "Turtleneck"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Anorak": 0,
    "Blazer": 1,
    "Blouse": 2,
    "Bomber": 3,
    "Button-Down": 4,
    "Caftan": 5,
    "Capris": 6,
    "Cardigan": 7,
    "Chinos": 8,
    "Coat": 9,
    "Coverup": 10,
    "Culottes": 11,
    "Cutoffs": 12,
    "Dress": 13,
    "Flannel": 14,
    "Gauchos": 15,
    "Halter": 16,
    "Henley": 17,
    "Hoodie": 18,
    "Jacket": 19,
    "Jeans": 20,
    "Jeggings": 21,
    "Jersey": 22,
    "Jodhpurs": 23,
    "Joggers": 24,
    "Jumpsuit": 25,
    "Kaftan": 26,
    "Kimono": 27,
    "Leggings": 28,
    "Onesie": 29,
    "Parka": 30,
    "Peacoat": 31,
    "Poncho": 32,
    "Robe": 33,
    "Romper": 34,
    "Sarong": 35,
    "Shorts": 36,
    "Skirt": 37,
    "Sweater": 38,
    "Sweatpants": 39,
    "Sweatshorts": 40,
    "Tank": 41,
    "Tee": 42,
    "Top": 43,
    "Trunks": 44,
    "Turtleneck": 45
  },
  "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.41.2"
}