maceythm commited on
Commit
7658ee3
·
verified ·
1 Parent(s): 615af11

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "encoder_stride": 16,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "antelope",
12
+ "1": "badger",
13
+ "2": "bat",
14
+ "3": "bear",
15
+ "4": "bee",
16
+ "5": "beetle",
17
+ "6": "bison",
18
+ "7": "boar",
19
+ "8": "butterfly",
20
+ "9": "cat",
21
+ "10": "caterpillar",
22
+ "11": "chimpanzee",
23
+ "12": "cockroach",
24
+ "13": "cow",
25
+ "14": "coyote",
26
+ "15": "crab",
27
+ "16": "crow",
28
+ "17": "deer",
29
+ "18": "dog",
30
+ "19": "dolphin",
31
+ "20": "donkey",
32
+ "21": "dragonfly",
33
+ "22": "duck",
34
+ "23": "eagle",
35
+ "24": "elephant",
36
+ "25": "flamingo",
37
+ "26": "fly",
38
+ "27": "fox",
39
+ "28": "goat",
40
+ "29": "goldfish",
41
+ "30": "goose",
42
+ "31": "gorilla",
43
+ "32": "grasshopper",
44
+ "33": "hamster",
45
+ "34": "hare",
46
+ "35": "hedgehog",
47
+ "36": "hippopotamus",
48
+ "37": "hornbill",
49
+ "38": "horse",
50
+ "39": "hummingbird",
51
+ "40": "hyena",
52
+ "41": "jellyfish",
53
+ "42": "kangaroo",
54
+ "43": "koala",
55
+ "44": "ladybugs",
56
+ "45": "leopard",
57
+ "46": "lion",
58
+ "47": "lizard",
59
+ "48": "lobster",
60
+ "49": "mosquito",
61
+ "50": "moth",
62
+ "51": "mouse",
63
+ "52": "octopus",
64
+ "53": "okapi",
65
+ "54": "orangutan",
66
+ "55": "otter",
67
+ "56": "owl",
68
+ "57": "ox",
69
+ "58": "oyster",
70
+ "59": "panda",
71
+ "60": "parrot",
72
+ "61": "pelecaniformes",
73
+ "62": "penguin",
74
+ "63": "pig",
75
+ "64": "pigeon",
76
+ "65": "porcupine",
77
+ "66": "possum",
78
+ "67": "raccoon",
79
+ "68": "rat",
80
+ "69": "reindeer",
81
+ "70": "rhinoceros",
82
+ "71": "sandpiper",
83
+ "72": "seahorse",
84
+ "73": "seal",
85
+ "74": "shark",
86
+ "75": "sheep",
87
+ "76": "snake",
88
+ "77": "sparrow",
89
+ "78": "squid",
90
+ "79": "squirrel",
91
+ "80": "starfish",
92
+ "81": "swan",
93
+ "82": "tiger",
94
+ "83": "turkey",
95
+ "84": "turtle",
96
+ "85": "whale",
97
+ "86": "wolf",
98
+ "87": "wombat",
99
+ "88": "woodpecker",
100
+ "89": "zebra"
101
+ },
102
+ "image_size": 224,
103
+ "initializer_range": 0.02,
104
+ "intermediate_size": 3072,
105
+ "label2id": {
106
+ "antelope": 0,
107
+ "badger": 1,
108
+ "bat": 2,
109
+ "bear": 3,
110
+ "bee": 4,
111
+ "beetle": 5,
112
+ "bison": 6,
113
+ "boar": 7,
114
+ "butterfly": 8,
115
+ "cat": 9,
116
+ "caterpillar": 10,
117
+ "chimpanzee": 11,
118
+ "cockroach": 12,
119
+ "cow": 13,
120
+ "coyote": 14,
121
+ "crab": 15,
122
+ "crow": 16,
123
+ "deer": 17,
124
+ "dog": 18,
125
+ "dolphin": 19,
126
+ "donkey": 20,
127
+ "dragonfly": 21,
128
+ "duck": 22,
129
+ "eagle": 23,
130
+ "elephant": 24,
131
+ "flamingo": 25,
132
+ "fly": 26,
133
+ "fox": 27,
134
+ "goat": 28,
135
+ "goldfish": 29,
136
+ "goose": 30,
137
+ "gorilla": 31,
138
+ "grasshopper": 32,
139
+ "hamster": 33,
140
+ "hare": 34,
141
+ "hedgehog": 35,
142
+ "hippopotamus": 36,
143
+ "hornbill": 37,
144
+ "horse": 38,
145
+ "hummingbird": 39,
146
+ "hyena": 40,
147
+ "jellyfish": 41,
148
+ "kangaroo": 42,
149
+ "koala": 43,
150
+ "ladybugs": 44,
151
+ "leopard": 45,
152
+ "lion": 46,
153
+ "lizard": 47,
154
+ "lobster": 48,
155
+ "mosquito": 49,
156
+ "moth": 50,
157
+ "mouse": 51,
158
+ "octopus": 52,
159
+ "okapi": 53,
160
+ "orangutan": 54,
161
+ "otter": 55,
162
+ "owl": 56,
163
+ "ox": 57,
164
+ "oyster": 58,
165
+ "panda": 59,
166
+ "parrot": 60,
167
+ "pelecaniformes": 61,
168
+ "penguin": 62,
169
+ "pig": 63,
170
+ "pigeon": 64,
171
+ "porcupine": 65,
172
+ "possum": 66,
173
+ "raccoon": 67,
174
+ "rat": 68,
175
+ "reindeer": 69,
176
+ "rhinoceros": 70,
177
+ "sandpiper": 71,
178
+ "seahorse": 72,
179
+ "seal": 73,
180
+ "shark": 74,
181
+ "sheep": 75,
182
+ "snake": 76,
183
+ "sparrow": 77,
184
+ "squid": 78,
185
+ "squirrel": 79,
186
+ "starfish": 80,
187
+ "swan": 81,
188
+ "tiger": 82,
189
+ "turkey": 83,
190
+ "turtle": 84,
191
+ "whale": 85,
192
+ "wolf": 86,
193
+ "wombat": 87,
194
+ "woodpecker": 88,
195
+ "zebra": 89
196
+ },
197
+ "layer_norm_eps": 1e-12,
198
+ "model_type": "vit",
199
+ "num_attention_heads": 12,
200
+ "num_channels": 3,
201
+ "num_hidden_layers": 12,
202
+ "patch_size": 16,
203
+ "pooler_act": "tanh",
204
+ "pooler_output_size": 768,
205
+ "problem_type": "single_label_classification",
206
+ "qkv_bias": true,
207
+ "torch_dtype": "float32",
208
+ "transformers_version": "4.50.0"
209
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aef327dadeda94747f900a92a0d0600515d0626a5674f06cb848e3901038816
3
+ size 343494672
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
runs/May17_10-24-11_cs-01jvew10vftebgspfnespgcr4r/events.out.tfevents.1747477460.cs-01jvew10vftebgspfnespgcr4r.2132.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d1d85ce94a6ad3d8317cba59e888b0a8ff596aca07eefc61aac2ce7d2405412
3
+ size 9231
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b2be725827023af73c382c74fb11f4d0ee4aa6a92168f2a46b87a19683f8d49
3
+ size 5368