File size: 2,765 Bytes
062f4eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
122
123
124
125
126
127
128
129
{
  "_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": "apple",
    "1": "apricot",
    "10": "cantaloupe",
    "11": "carrot",
    "12": "cauliflower",
    "13": "celery",
    "14": "cherry",
    "15": "coconut",
    "16": "corn",
    "17": "cranberry",
    "18": "cucumber",
    "19": "date",
    "2": "asparagus",
    "20": "dragon_fruit",
    "21": "eggplant",
    "22": "fig",
    "23": "grape",
    "24": "grapefruit",
    "25": "guava",
    "26": "honeydew",
    "27": "kiwi",
    "28": "leek",
    "29": "lettuce",
    "3": "avocado",
    "30": "mango",
    "31": "nectarine",
    "32": "orange",
    "33": "papaya",
    "34": "passion_fruit",
    "35": "pea",
    "36": "peach",
    "37": "pear",
    "38": "pineapple",
    "39": "plum",
    "4": "banana",
    "40": "pomegranate",
    "41": "potato",
    "42": "radish",
    "43": "raspberry",
    "44": "spinach",
    "45": "strawberry",
    "46": "sweet_potato",
    "47": "tomato",
    "48": "watermelon",
    "49": "zucchini",
    "5": "bell_pepper",
    "6": "blackberry",
    "7": "blueberry",
    "8": "broccoli",
    "9": "cabbage"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "apple": "0",
    "apricot": "1",
    "asparagus": "2",
    "avocado": "3",
    "banana": "4",
    "bell_pepper": "5",
    "blackberry": "6",
    "blueberry": "7",
    "broccoli": "8",
    "cabbage": "9",
    "cantaloupe": "10",
    "carrot": "11",
    "cauliflower": "12",
    "celery": "13",
    "cherry": "14",
    "coconut": "15",
    "corn": "16",
    "cranberry": "17",
    "cucumber": "18",
    "date": "19",
    "dragon_fruit": "20",
    "eggplant": "21",
    "fig": "22",
    "grape": "23",
    "grapefruit": "24",
    "guava": "25",
    "honeydew": "26",
    "kiwi": "27",
    "leek": "28",
    "lettuce": "29",
    "mango": "30",
    "nectarine": "31",
    "orange": "32",
    "papaya": "33",
    "passion_fruit": "34",
    "pea": "35",
    "peach": "36",
    "pear": "37",
    "pineapple": "38",
    "plum": "39",
    "pomegranate": "40",
    "potato": "41",
    "radish": "42",
    "raspberry": "43",
    "spinach": "44",
    "strawberry": "45",
    "sweet_potato": "46",
    "tomato": "47",
    "watermelon": "48",
    "zucchini": "49"
  },
  "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.35.2"
}