Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +236 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,236 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-large-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": 1024,
|
11 |
+
"id2label": {
|
12 |
+
"0": "pink primrose",
|
13 |
+
"1": "hard-leaved pocket orchid",
|
14 |
+
"2": "canterbury bells",
|
15 |
+
"3": "sweet pea",
|
16 |
+
"4": "wild geranium",
|
17 |
+
"5": "tiger lily",
|
18 |
+
"6": "moon orchid",
|
19 |
+
"7": "bird of paradise",
|
20 |
+
"8": "monkshood",
|
21 |
+
"9": "globe thistle",
|
22 |
+
"10": "snapdragon",
|
23 |
+
"11": "colt's foot",
|
24 |
+
"12": "king protea",
|
25 |
+
"13": "spear thistle",
|
26 |
+
"14": "yellow iris",
|
27 |
+
"15": "globe-flower",
|
28 |
+
"16": "purple coneflower",
|
29 |
+
"17": "peruvian lily",
|
30 |
+
"18": "balloon flower",
|
31 |
+
"19": "giant white arum lily",
|
32 |
+
"20": "fire lily",
|
33 |
+
"21": "pincushion flower",
|
34 |
+
"22": "fritillary",
|
35 |
+
"23": "red ginger",
|
36 |
+
"24": "grape hyacinth",
|
37 |
+
"25": "corn poppy",
|
38 |
+
"26": "prince of wales feathers",
|
39 |
+
"27": "stemless gentian",
|
40 |
+
"28": "artichoke",
|
41 |
+
"29": "sweet william",
|
42 |
+
"30": "carnation",
|
43 |
+
"31": "garden phlox",
|
44 |
+
"32": "love in the mist",
|
45 |
+
"33": "cosmos",
|
46 |
+
"34": "alpine sea holly",
|
47 |
+
"35": "ruby-lipped cattleya",
|
48 |
+
"36": "cape flower",
|
49 |
+
"37": "great masterwort",
|
50 |
+
"38": "siam tulip",
|
51 |
+
"39": "lenten rose",
|
52 |
+
"40": "barberton daisy",
|
53 |
+
"41": "daffodil",
|
54 |
+
"42": "sword lily",
|
55 |
+
"43": "poinsettia",
|
56 |
+
"44": "bolero deep blue",
|
57 |
+
"45": "wallflower",
|
58 |
+
"46": "marigold",
|
59 |
+
"47": "buttercup",
|
60 |
+
"48": "daisy",
|
61 |
+
"49": "common dandelion",
|
62 |
+
"50": "petunia",
|
63 |
+
"51": "wild pansy",
|
64 |
+
"52": "primula",
|
65 |
+
"53": "sunflower",
|
66 |
+
"54": "lilac hibiscus",
|
67 |
+
"55": "bishop of llandaff",
|
68 |
+
"56": "gaura",
|
69 |
+
"57": "geranium",
|
70 |
+
"58": "orange dahlia",
|
71 |
+
"59": "pink-yellow dahlia",
|
72 |
+
"60": "cautleya spicata",
|
73 |
+
"61": "japanese anemone",
|
74 |
+
"62": "black-eyed susan",
|
75 |
+
"63": "silverbush",
|
76 |
+
"64": "californian poppy",
|
77 |
+
"65": "osteospermum",
|
78 |
+
"66": "spring crocus",
|
79 |
+
"67": "iris",
|
80 |
+
"68": "windflower",
|
81 |
+
"69": "tree poppy",
|
82 |
+
"70": "gazania",
|
83 |
+
"71": "azalea",
|
84 |
+
"72": "water lily",
|
85 |
+
"73": "rose",
|
86 |
+
"74": "thorn apple",
|
87 |
+
"75": "morning glory",
|
88 |
+
"76": "passion flower",
|
89 |
+
"77": "lotus",
|
90 |
+
"78": "toad lily",
|
91 |
+
"79": "anthurium",
|
92 |
+
"80": "frangipani",
|
93 |
+
"81": "clematis",
|
94 |
+
"82": "hibiscus",
|
95 |
+
"83": "columbine",
|
96 |
+
"84": "desert-rose",
|
97 |
+
"85": "tree mallow",
|
98 |
+
"86": "magnolia",
|
99 |
+
"87": "cyclamen ",
|
100 |
+
"88": "watercress",
|
101 |
+
"89": "canna lily",
|
102 |
+
"90": "hippeastrum ",
|
103 |
+
"91": "bee balm",
|
104 |
+
"92": "pink quill",
|
105 |
+
"93": "foxglove",
|
106 |
+
"94": "bougainvillea",
|
107 |
+
"95": "camellia",
|
108 |
+
"96": "mallow",
|
109 |
+
"97": "mexican petunia",
|
110 |
+
"98": "bromelia",
|
111 |
+
"99": "blanket flower",
|
112 |
+
"100": "trumpet creeper",
|
113 |
+
"101": "blackberry lily",
|
114 |
+
"102": "common tulip",
|
115 |
+
"103": "wild rose"
|
116 |
+
},
|
117 |
+
"image_size": 224,
|
118 |
+
"initializer_range": 0.02,
|
119 |
+
"intermediate_size": 4096,
|
120 |
+
"label2id": {
|
121 |
+
"alpine sea holly": 34,
|
122 |
+
"anthurium": 79,
|
123 |
+
"artichoke": 28,
|
124 |
+
"azalea": 71,
|
125 |
+
"balloon flower": 18,
|
126 |
+
"barberton daisy": 40,
|
127 |
+
"bee balm": 91,
|
128 |
+
"bird of paradise": 7,
|
129 |
+
"bishop of llandaff": 55,
|
130 |
+
"black-eyed susan": 62,
|
131 |
+
"blackberry lily": 101,
|
132 |
+
"blanket flower": 99,
|
133 |
+
"bolero deep blue": 44,
|
134 |
+
"bougainvillea": 94,
|
135 |
+
"bromelia": 98,
|
136 |
+
"buttercup": 47,
|
137 |
+
"californian poppy": 64,
|
138 |
+
"camellia": 95,
|
139 |
+
"canna lily": 89,
|
140 |
+
"canterbury bells": 2,
|
141 |
+
"cape flower": 36,
|
142 |
+
"carnation": 30,
|
143 |
+
"cautleya spicata": 60,
|
144 |
+
"clematis": 81,
|
145 |
+
"colt's foot": 11,
|
146 |
+
"columbine": 83,
|
147 |
+
"common dandelion": 49,
|
148 |
+
"common tulip": 102,
|
149 |
+
"corn poppy": 25,
|
150 |
+
"cosmos": 33,
|
151 |
+
"cyclamen ": 87,
|
152 |
+
"daffodil": 41,
|
153 |
+
"daisy": 48,
|
154 |
+
"desert-rose": 84,
|
155 |
+
"fire lily": 20,
|
156 |
+
"foxglove": 93,
|
157 |
+
"frangipani": 80,
|
158 |
+
"fritillary": 22,
|
159 |
+
"garden phlox": 31,
|
160 |
+
"gaura": 56,
|
161 |
+
"gazania": 70,
|
162 |
+
"geranium": 57,
|
163 |
+
"giant white arum lily": 19,
|
164 |
+
"globe thistle": 9,
|
165 |
+
"globe-flower": 15,
|
166 |
+
"grape hyacinth": 24,
|
167 |
+
"great masterwort": 37,
|
168 |
+
"hard-leaved pocket orchid": 1,
|
169 |
+
"hibiscus": 82,
|
170 |
+
"hippeastrum ": 90,
|
171 |
+
"iris": 67,
|
172 |
+
"japanese anemone": 61,
|
173 |
+
"king protea": 12,
|
174 |
+
"lenten rose": 39,
|
175 |
+
"lilac hibiscus": 54,
|
176 |
+
"lotus": 77,
|
177 |
+
"love in the mist": 32,
|
178 |
+
"magnolia": 86,
|
179 |
+
"mallow": 96,
|
180 |
+
"marigold": 46,
|
181 |
+
"mexican petunia": 97,
|
182 |
+
"monkshood": 8,
|
183 |
+
"moon orchid": 6,
|
184 |
+
"morning glory": 75,
|
185 |
+
"orange dahlia": 58,
|
186 |
+
"osteospermum": 65,
|
187 |
+
"passion flower": 76,
|
188 |
+
"peruvian lily": 17,
|
189 |
+
"petunia": 50,
|
190 |
+
"pincushion flower": 21,
|
191 |
+
"pink primrose": 0,
|
192 |
+
"pink quill": 92,
|
193 |
+
"pink-yellow dahlia": 59,
|
194 |
+
"poinsettia": 43,
|
195 |
+
"primula": 52,
|
196 |
+
"prince of wales feathers": 26,
|
197 |
+
"purple coneflower": 16,
|
198 |
+
"red ginger": 23,
|
199 |
+
"rose": 73,
|
200 |
+
"ruby-lipped cattleya": 35,
|
201 |
+
"siam tulip": 38,
|
202 |
+
"silverbush": 63,
|
203 |
+
"snapdragon": 10,
|
204 |
+
"spear thistle": 13,
|
205 |
+
"spring crocus": 66,
|
206 |
+
"stemless gentian": 27,
|
207 |
+
"sunflower": 53,
|
208 |
+
"sweet pea": 3,
|
209 |
+
"sweet william": 29,
|
210 |
+
"sword lily": 42,
|
211 |
+
"thorn apple": 74,
|
212 |
+
"tiger lily": 5,
|
213 |
+
"toad lily": 78,
|
214 |
+
"tree mallow": 85,
|
215 |
+
"tree poppy": 69,
|
216 |
+
"trumpet creeper": 100,
|
217 |
+
"wallflower": 45,
|
218 |
+
"water lily": 72,
|
219 |
+
"watercress": 88,
|
220 |
+
"wild geranium": 4,
|
221 |
+
"wild pansy": 51,
|
222 |
+
"wild rose": 103,
|
223 |
+
"windflower": 68,
|
224 |
+
"yellow iris": 14
|
225 |
+
},
|
226 |
+
"layer_norm_eps": 1e-12,
|
227 |
+
"model_type": "vit",
|
228 |
+
"num_attention_heads": 16,
|
229 |
+
"num_channels": 3,
|
230 |
+
"num_hidden_layers": 24,
|
231 |
+
"patch_size": 16,
|
232 |
+
"problem_type": "single_label_classification",
|
233 |
+
"qkv_bias": true,
|
234 |
+
"torch_dtype": "float32",
|
235 |
+
"transformers_version": "4.28.1"
|
236 |
+
}
|
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:78b673cecbef291818db2b23519b865bd027cb6cb5e214bbd0622565fee9d700
|
3 |
+
size 1213766829
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c55578d87410c8b8ff3c9fd2c719671e49e1e22f57da0d20664b80efb5adf24f
|
3 |
+
size 3643
|