Training in progress, epoch 1
Browse files- config.json +3 -3
- preprocessor_config.json +2 -2
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "microsoft/swin-large-patch4-
|
3 |
"architectures": [
|
4 |
"SwinForImageClassification"
|
5 |
],
|
@@ -36,7 +36,7 @@
|
|
36 |
"8": "PinHead",
|
37 |
"9": "PyriformHead"
|
38 |
},
|
39 |
-
"image_size":
|
40 |
"initializer_range": 0.02,
|
41 |
"label2id": {
|
42 |
"AmorfHead": "0",
|
@@ -89,5 +89,5 @@
|
|
89 |
"torch_dtype": "float32",
|
90 |
"transformers_version": "4.32.1",
|
91 |
"use_absolute_embeddings": false,
|
92 |
-
"window_size":
|
93 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/swin-large-patch4-window12-384",
|
3 |
"architectures": [
|
4 |
"SwinForImageClassification"
|
5 |
],
|
|
|
36 |
"8": "PinHead",
|
37 |
"9": "PyriformHead"
|
38 |
},
|
39 |
+
"image_size": 384,
|
40 |
"initializer_range": 0.02,
|
41 |
"label2id": {
|
42 |
"AmorfHead": "0",
|
|
|
89 |
"torch_dtype": "float32",
|
90 |
"transformers_version": "4.32.1",
|
91 |
"use_absolute_embeddings": false,
|
92 |
+
"window_size": 12
|
93 |
}
|
preprocessor_config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"resample": 3,
|
17 |
"rescale_factor": 0.00392156862745098,
|
18 |
"size": {
|
19 |
-
"height":
|
20 |
-
"width":
|
21 |
}
|
22 |
}
|
|
|
16 |
"resample": 3,
|
17 |
"rescale_factor": 0.00392156862745098,
|
18 |
"size": {
|
19 |
+
"height": 384,
|
20 |
+
"width": 384
|
21 |
}
|
22 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2b0cc14cd6e7c0d4fd631114a1fbe0386d8e1ba11974f0308347489f5f3bd48
|
3 |
+
size 785043790
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c67786e03af4d801166d69f74bf5966716eaf56081daf60d5d1f9d54d6d76b4
|
3 |
size 4664
|