File size: 2,637 Bytes
baebb34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_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": "Accessories",
    "1": "Apparel Set",
    "10": "Eyewear",
    "11": "Flip Flops",
    "12": "Fragrance",
    "13": "Free Gifts",
    "14": "Gloves",
    "15": "Hair",
    "16": "Headwear",
    "17": "Home Furnishing",
    "18": "Innerwear",
    "19": "Jewellery",
    "2": "Bags",
    "20": "Lips",
    "21": "Loungewear and Nightwear",
    "22": "Makeup",
    "23": "Mufflers",
    "24": "Nails",
    "25": "Perfumes",
    "26": "Sandal",
    "27": "Saree",
    "28": "Scarves",
    "29": "Shoe Accessories",
    "3": "Bath and Body",
    "30": "Shoes",
    "31": "Skin",
    "32": "Skin Care",
    "33": "Socks",
    "34": "Sports Accessories",
    "35": "Sports Equipment",
    "36": "Stoles",
    "37": "Ties",
    "38": "Topwear",
    "39": "Umbrellas",
    "4": "Beauty Accessories",
    "40": "Wallets",
    "41": "Watches",
    "42": "Water Bottle",
    "43": "Wristbands",
    "5": "Belts",
    "6": "Bottomwear",
    "7": "Cufflinks",
    "8": "Dress",
    "9": "Eyes"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Accessories": "0",
    "Apparel Set": "1",
    "Bags": "2",
    "Bath and Body": "3",
    "Beauty Accessories": "4",
    "Belts": "5",
    "Bottomwear": "6",
    "Cufflinks": "7",
    "Dress": "8",
    "Eyes": "9",
    "Eyewear": "10",
    "Flip Flops": "11",
    "Fragrance": "12",
    "Free Gifts": "13",
    "Gloves": "14",
    "Hair": "15",
    "Headwear": "16",
    "Home Furnishing": "17",
    "Innerwear": "18",
    "Jewellery": "19",
    "Lips": "20",
    "Loungewear and Nightwear": "21",
    "Makeup": "22",
    "Mufflers": "23",
    "Nails": "24",
    "Perfumes": "25",
    "Sandal": "26",
    "Saree": "27",
    "Scarves": "28",
    "Shoe Accessories": "29",
    "Shoes": "30",
    "Skin": "31",
    "Skin Care": "32",
    "Socks": "33",
    "Sports Accessories": "34",
    "Sports Equipment": "35",
    "Stoles": "36",
    "Ties": "37",
    "Topwear": "38",
    "Umbrellas": "39",
    "Wallets": "40",
    "Watches": "41",
    "Water Bottle": "42",
    "Wristbands": "43"
  },
  "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.33.3"
}