PedroSampaio
commited on
Commit
•
ada3a65
1
Parent(s):
73450ef
Training in progress, epoch 0
Browse files- config.json +254 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,254 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Apple Braeburn",
|
13 |
+
"1": "Apple Crimson Snow",
|
14 |
+
"2": "Apple Golden",
|
15 |
+
"3": "Apple Granny Smith",
|
16 |
+
"4": "Apple Pink Lady",
|
17 |
+
"5": "Apple Red",
|
18 |
+
"6": "Apple Red Delicious",
|
19 |
+
"7": "Apple Red Yellow",
|
20 |
+
"8": "Apricot",
|
21 |
+
"9": "Avocado",
|
22 |
+
"10": "Avocado ripe",
|
23 |
+
"11": "Banana",
|
24 |
+
"12": "Banana Lady Finger",
|
25 |
+
"13": "Banana Red",
|
26 |
+
"14": "Beetroot",
|
27 |
+
"15": "Blueberry",
|
28 |
+
"16": "Cactus fruit",
|
29 |
+
"17": "Cantaloupe",
|
30 |
+
"18": "Carambula",
|
31 |
+
"19": "Cauliflower",
|
32 |
+
"20": "Cherry",
|
33 |
+
"21": "Cherry Rainier",
|
34 |
+
"22": "Cherry Wax Black",
|
35 |
+
"23": "Cherry Wax Red",
|
36 |
+
"24": "Cherry Wax Yellow",
|
37 |
+
"25": "Chestnut",
|
38 |
+
"26": "Clementine",
|
39 |
+
"27": "Cocos",
|
40 |
+
"28": "Corn",
|
41 |
+
"29": "Corn Husk",
|
42 |
+
"30": "Cucumber Ripe",
|
43 |
+
"31": "Dates",
|
44 |
+
"32": "Eggplant",
|
45 |
+
"33": "Fig",
|
46 |
+
"34": "Ginger Root",
|
47 |
+
"35": "Granadilla",
|
48 |
+
"36": "Grape Blue",
|
49 |
+
"37": "Grape Pink",
|
50 |
+
"38": "Grape White",
|
51 |
+
"39": "Grapefruit Pink",
|
52 |
+
"40": "Grapefruit White",
|
53 |
+
"41": "Guava",
|
54 |
+
"42": "Hazelnut",
|
55 |
+
"43": "Huckleberry",
|
56 |
+
"44": "Kaki",
|
57 |
+
"45": "Kiwi",
|
58 |
+
"46": "Kohlrabi",
|
59 |
+
"47": "Kumquats",
|
60 |
+
"48": "Lemon",
|
61 |
+
"49": "Lemon Meyer",
|
62 |
+
"50": "Limes",
|
63 |
+
"51": "Lychee",
|
64 |
+
"52": "Mandarine",
|
65 |
+
"53": "Mango",
|
66 |
+
"54": "Mango Red",
|
67 |
+
"55": "Mangostan",
|
68 |
+
"56": "Maracuja",
|
69 |
+
"57": "Melon Piel de Sapo",
|
70 |
+
"58": "Mulberry",
|
71 |
+
"59": "Nectarine",
|
72 |
+
"60": "Nectarine Flat",
|
73 |
+
"61": "Nut Forest",
|
74 |
+
"62": "Nut Pecan",
|
75 |
+
"63": "Onion Red",
|
76 |
+
"64": "Onion Red Peeled",
|
77 |
+
"65": "Onion White",
|
78 |
+
"66": "Orange",
|
79 |
+
"67": "Papaya",
|
80 |
+
"68": "Passion Fruit",
|
81 |
+
"69": "Peach",
|
82 |
+
"70": "Peach Flat",
|
83 |
+
"71": "Pear",
|
84 |
+
"72": "Pear Abate",
|
85 |
+
"73": "Pear Forelle",
|
86 |
+
"74": "Pear Kaiser",
|
87 |
+
"75": "Pear Monster",
|
88 |
+
"76": "Pear Red",
|
89 |
+
"77": "Pear Stone",
|
90 |
+
"78": "Pear Williams",
|
91 |
+
"79": "Pepino",
|
92 |
+
"80": "Pepper Green",
|
93 |
+
"81": "Pepper Orange",
|
94 |
+
"82": "Pepper Red",
|
95 |
+
"83": "Pepper Yellow",
|
96 |
+
"84": "Physalis",
|
97 |
+
"85": "Physalis with Husk",
|
98 |
+
"86": "Pineapple",
|
99 |
+
"87": "Pineapple Mini",
|
100 |
+
"88": "Pitahaya Red",
|
101 |
+
"89": "Plum",
|
102 |
+
"90": "Pomegranate",
|
103 |
+
"91": "Pomelo Sweetie",
|
104 |
+
"92": "Potato Red",
|
105 |
+
"93": "Potato Red Washed",
|
106 |
+
"94": "Potato Sweet",
|
107 |
+
"95": "Potato White",
|
108 |
+
"96": "Quince",
|
109 |
+
"97": "Rambutan",
|
110 |
+
"98": "Raspberry",
|
111 |
+
"99": "Redcurrant",
|
112 |
+
"100": "Salak",
|
113 |
+
"101": "Strawberry",
|
114 |
+
"102": "Strawberry Wedge",
|
115 |
+
"103": "Tamarillo",
|
116 |
+
"104": "Tangelo",
|
117 |
+
"105": "Tomato",
|
118 |
+
"106": "Tomato Cherry Red",
|
119 |
+
"107": "Tomato Heart",
|
120 |
+
"108": "Tomato Maroon",
|
121 |
+
"109": "Tomato Yellow",
|
122 |
+
"110": "Tomato not Ripened",
|
123 |
+
"111": "Walnut",
|
124 |
+
"112": "Watermelon"
|
125 |
+
},
|
126 |
+
"image_size": 224,
|
127 |
+
"initializer_range": 0.02,
|
128 |
+
"intermediate_size": 3072,
|
129 |
+
"label2id": {
|
130 |
+
"Apple Braeburn": 0,
|
131 |
+
"Apple Crimson Snow": 1,
|
132 |
+
"Apple Golden": 2,
|
133 |
+
"Apple Granny Smith": 3,
|
134 |
+
"Apple Pink Lady": 4,
|
135 |
+
"Apple Red": 5,
|
136 |
+
"Apple Red Delicious": 6,
|
137 |
+
"Apple Red Yellow": 7,
|
138 |
+
"Apricot": 8,
|
139 |
+
"Avocado": 9,
|
140 |
+
"Avocado ripe": 10,
|
141 |
+
"Banana": 11,
|
142 |
+
"Banana Lady Finger": 12,
|
143 |
+
"Banana Red": 13,
|
144 |
+
"Beetroot": 14,
|
145 |
+
"Blueberry": 15,
|
146 |
+
"Cactus fruit": 16,
|
147 |
+
"Cantaloupe": 17,
|
148 |
+
"Carambula": 18,
|
149 |
+
"Cauliflower": 19,
|
150 |
+
"Cherry": 20,
|
151 |
+
"Cherry Rainier": 21,
|
152 |
+
"Cherry Wax Black": 22,
|
153 |
+
"Cherry Wax Red": 23,
|
154 |
+
"Cherry Wax Yellow": 24,
|
155 |
+
"Chestnut": 25,
|
156 |
+
"Clementine": 26,
|
157 |
+
"Cocos": 27,
|
158 |
+
"Corn": 28,
|
159 |
+
"Corn Husk": 29,
|
160 |
+
"Cucumber Ripe": 30,
|
161 |
+
"Dates": 31,
|
162 |
+
"Eggplant": 32,
|
163 |
+
"Fig": 33,
|
164 |
+
"Ginger Root": 34,
|
165 |
+
"Granadilla": 35,
|
166 |
+
"Grape Blue": 36,
|
167 |
+
"Grape Pink": 37,
|
168 |
+
"Grape White": 38,
|
169 |
+
"Grapefruit Pink": 39,
|
170 |
+
"Grapefruit White": 40,
|
171 |
+
"Guava": 41,
|
172 |
+
"Hazelnut": 42,
|
173 |
+
"Huckleberry": 43,
|
174 |
+
"Kaki": 44,
|
175 |
+
"Kiwi": 45,
|
176 |
+
"Kohlrabi": 46,
|
177 |
+
"Kumquats": 47,
|
178 |
+
"Lemon": 48,
|
179 |
+
"Lemon Meyer": 49,
|
180 |
+
"Limes": 50,
|
181 |
+
"Lychee": 51,
|
182 |
+
"Mandarine": 52,
|
183 |
+
"Mango": 53,
|
184 |
+
"Mango Red": 54,
|
185 |
+
"Mangostan": 55,
|
186 |
+
"Maracuja": 56,
|
187 |
+
"Melon Piel de Sapo": 57,
|
188 |
+
"Mulberry": 58,
|
189 |
+
"Nectarine": 59,
|
190 |
+
"Nectarine Flat": 60,
|
191 |
+
"Nut Forest": 61,
|
192 |
+
"Nut Pecan": 62,
|
193 |
+
"Onion Red": 63,
|
194 |
+
"Onion Red Peeled": 64,
|
195 |
+
"Onion White": 65,
|
196 |
+
"Orange": 66,
|
197 |
+
"Papaya": 67,
|
198 |
+
"Passion Fruit": 68,
|
199 |
+
"Peach": 69,
|
200 |
+
"Peach Flat": 70,
|
201 |
+
"Pear": 71,
|
202 |
+
"Pear Abate": 72,
|
203 |
+
"Pear Forelle": 73,
|
204 |
+
"Pear Kaiser": 74,
|
205 |
+
"Pear Monster": 75,
|
206 |
+
"Pear Red": 76,
|
207 |
+
"Pear Stone": 77,
|
208 |
+
"Pear Williams": 78,
|
209 |
+
"Pepino": 79,
|
210 |
+
"Pepper Green": 80,
|
211 |
+
"Pepper Orange": 81,
|
212 |
+
"Pepper Red": 82,
|
213 |
+
"Pepper Yellow": 83,
|
214 |
+
"Physalis": 84,
|
215 |
+
"Physalis with Husk": 85,
|
216 |
+
"Pineapple": 86,
|
217 |
+
"Pineapple Mini": 87,
|
218 |
+
"Pitahaya Red": 88,
|
219 |
+
"Plum": 89,
|
220 |
+
"Pomegranate": 90,
|
221 |
+
"Pomelo Sweetie": 91,
|
222 |
+
"Potato Red": 92,
|
223 |
+
"Potato Red Washed": 93,
|
224 |
+
"Potato Sweet": 94,
|
225 |
+
"Potato White": 95,
|
226 |
+
"Quince": 96,
|
227 |
+
"Rambutan": 97,
|
228 |
+
"Raspberry": 98,
|
229 |
+
"Redcurrant": 99,
|
230 |
+
"Salak": 100,
|
231 |
+
"Strawberry": 101,
|
232 |
+
"Strawberry Wedge": 102,
|
233 |
+
"Tamarillo": 103,
|
234 |
+
"Tangelo": 104,
|
235 |
+
"Tomato": 105,
|
236 |
+
"Tomato Cherry Red": 106,
|
237 |
+
"Tomato Heart": 107,
|
238 |
+
"Tomato Maroon": 108,
|
239 |
+
"Tomato Yellow": 109,
|
240 |
+
"Tomato not Ripened": 110,
|
241 |
+
"Walnut": 111,
|
242 |
+
"Watermelon": 112
|
243 |
+
},
|
244 |
+
"layer_norm_eps": 1e-12,
|
245 |
+
"model_type": "vit",
|
246 |
+
"num_attention_heads": 12,
|
247 |
+
"num_channels": 3,
|
248 |
+
"num_hidden_layers": 12,
|
249 |
+
"patch_size": 16,
|
250 |
+
"problem_type": "single_label_classification",
|
251 |
+
"qkv_bias": true,
|
252 |
+
"torch_dtype": "float32",
|
253 |
+
"transformers_version": "4.34.1"
|
254 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03a6a227b4ae64133661ef46ac2965cf71a5be00698991cbd8fdbd35969be60c
|
3 |
+
size 343610602
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a966b7864bb98686dd8e8afdc3158226b942c4414035b8fcf761427c6c967a4
|
3 |
+
size 4600
|