Dhyey8 commited on
Commit
fc2e2fa
1 Parent(s): 93efec9

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Dhyey8/swin-tiny-patch4-window7-224-finetuned-teeth_dataset",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "1",
21
+ "1": "10",
22
+ "2": "11",
23
+ "3": "12",
24
+ "4": "13",
25
+ "5": "14",
26
+ "6": "15",
27
+ "7": "16",
28
+ "8": "17",
29
+ "9": "18",
30
+ "10": "19",
31
+ "11": "2",
32
+ "12": "20",
33
+ "13": "21",
34
+ "14": "22",
35
+ "15": "23",
36
+ "16": "24",
37
+ "17": "25",
38
+ "18": "26",
39
+ "19": "27",
40
+ "20": "28",
41
+ "21": "29",
42
+ "22": "3",
43
+ "23": "30",
44
+ "24": "31",
45
+ "25": "32",
46
+ "26": "33",
47
+ "27": "34",
48
+ "28": "35",
49
+ "29": "36",
50
+ "30": "37",
51
+ "31": "38",
52
+ "32": "39",
53
+ "33": "4",
54
+ "34": "40",
55
+ "35": "41",
56
+ "36": "42",
57
+ "37": "43",
58
+ "38": "44",
59
+ "39": "45",
60
+ "40": "46",
61
+ "41": "47",
62
+ "42": "48",
63
+ "43": "49",
64
+ "44": "5",
65
+ "45": "50",
66
+ "46": "51",
67
+ "47": "52",
68
+ "48": "53",
69
+ "49": "54",
70
+ "50": "55",
71
+ "51": "56",
72
+ "52": "57",
73
+ "53": "58",
74
+ "54": "59",
75
+ "55": "6",
76
+ "56": "60",
77
+ "57": "61",
78
+ "58": "62",
79
+ "59": "63",
80
+ "60": "64",
81
+ "61": "65",
82
+ "62": "66",
83
+ "63": "67",
84
+ "64": "68",
85
+ "65": "69",
86
+ "66": "7",
87
+ "67": "70",
88
+ "68": "71",
89
+ "69": "72",
90
+ "70": "73",
91
+ "71": "74",
92
+ "72": "75",
93
+ "73": "76",
94
+ "74": "77",
95
+ "75": "78",
96
+ "76": "79",
97
+ "77": "8",
98
+ "78": "80",
99
+ "79": "81",
100
+ "80": "82",
101
+ "81": "83",
102
+ "82": "84",
103
+ "83": "85",
104
+ "84": "86",
105
+ "85": "87",
106
+ "86": "88",
107
+ "87": "89",
108
+ "88": "9",
109
+ "89": "90",
110
+ "90": "91",
111
+ "91": "92"
112
+ },
113
+ "image_size": 224,
114
+ "initializer_range": 0.02,
115
+ "label2id": {
116
+ "1": 0,
117
+ "10": 1,
118
+ "11": 2,
119
+ "12": 3,
120
+ "13": 4,
121
+ "14": 5,
122
+ "15": 6,
123
+ "16": 7,
124
+ "17": 8,
125
+ "18": 9,
126
+ "19": 10,
127
+ "2": 11,
128
+ "20": 12,
129
+ "21": 13,
130
+ "22": 14,
131
+ "23": 15,
132
+ "24": 16,
133
+ "25": 17,
134
+ "26": 18,
135
+ "27": 19,
136
+ "28": 20,
137
+ "29": 21,
138
+ "3": 22,
139
+ "30": 23,
140
+ "31": 24,
141
+ "32": 25,
142
+ "33": 26,
143
+ "34": 27,
144
+ "35": 28,
145
+ "36": 29,
146
+ "37": 30,
147
+ "38": 31,
148
+ "39": 32,
149
+ "4": 33,
150
+ "40": 34,
151
+ "41": 35,
152
+ "42": 36,
153
+ "43": 37,
154
+ "44": 38,
155
+ "45": 39,
156
+ "46": 40,
157
+ "47": 41,
158
+ "48": 42,
159
+ "49": 43,
160
+ "5": 44,
161
+ "50": 45,
162
+ "51": 46,
163
+ "52": 47,
164
+ "53": 48,
165
+ "54": 49,
166
+ "55": 50,
167
+ "56": 51,
168
+ "57": 52,
169
+ "58": 53,
170
+ "59": 54,
171
+ "6": 55,
172
+ "60": 56,
173
+ "61": 57,
174
+ "62": 58,
175
+ "63": 59,
176
+ "64": 60,
177
+ "65": 61,
178
+ "66": 62,
179
+ "67": 63,
180
+ "68": 64,
181
+ "69": 65,
182
+ "7": 66,
183
+ "70": 67,
184
+ "71": 68,
185
+ "72": 69,
186
+ "73": 70,
187
+ "74": 71,
188
+ "75": 72,
189
+ "76": 73,
190
+ "77": 74,
191
+ "78": 75,
192
+ "79": 76,
193
+ "8": 77,
194
+ "80": 78,
195
+ "81": 79,
196
+ "82": 80,
197
+ "83": 81,
198
+ "84": 82,
199
+ "85": 83,
200
+ "86": 84,
201
+ "87": 85,
202
+ "88": 86,
203
+ "89": 87,
204
+ "9": 88,
205
+ "90": 89,
206
+ "91": 90,
207
+ "92": 91
208
+ },
209
+ "layer_norm_eps": 1e-05,
210
+ "mlp_ratio": 4.0,
211
+ "model_type": "swin",
212
+ "num_channels": 3,
213
+ "num_heads": [
214
+ 3,
215
+ 6,
216
+ 12,
217
+ 24
218
+ ],
219
+ "num_layers": 4,
220
+ "out_features": [
221
+ "stage4"
222
+ ],
223
+ "out_indices": [
224
+ 4
225
+ ],
226
+ "patch_size": 4,
227
+ "path_norm": true,
228
+ "problem_type": "single_label_classification",
229
+ "qkv_bias": true,
230
+ "stage_names": [
231
+ "stem",
232
+ "stage1",
233
+ "stage2",
234
+ "stage3",
235
+ "stage4"
236
+ ],
237
+ "torch_dtype": "float32",
238
+ "transformers_version": "4.38.2",
239
+ "use_absolute_embeddings": false,
240
+ "window_size": 7
241
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58cb73799c7f77a25bb380fd5a095d62d12e3143a5edd9e8941efdde28d24e10
3
+ size 110619696
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.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Apr10_05-09-05_baa961a2407f/events.out.tfevents.1712725765.baa961a2407f.812.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d19e61e1409267dbd0c2084635f2a7fe2581387f680b5d45b69caba3d4a0b2a
3
+ size 8165
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962d557ccb41e4ddf875da15c2fe76b104f3d638e6f52df3041c92fb0b359b7d
3
+ size 5048