selmamalak
commited on
Training in progress, epoch 0
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- preprocessor_config.json +7 -7
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
-
"base_model_class": "
|
5 |
-
"parent_library": "transformers.models.
|
6 |
},
|
7 |
-
"base_model_name_or_path": "
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
@@ -25,8 +25,8 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": null,
|
32 |
"use_dora": false,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
+
"base_model_class": "SwinForImageClassification",
|
5 |
+
"parent_library": "transformers.models.swin.modeling_swin"
|
6 |
},
|
7 |
+
"base_model_name_or_path": "microsoft/swin-large-patch4-window7-224-in22k",
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
+
"value",
|
29 |
+
"query"
|
30 |
],
|
31 |
"task_type": null,
|
32 |
"use_dora": false,
|
adapter_model.safetensors
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:228d335e9eefe489ff6659e93cab46e863a45bdf7c34c6c232cc1273bb9015c3
|
3 |
+
size 4647264
|
preprocessor_config.json
CHANGED
@@ -17,17 +17,17 @@
|
|
17 |
"do_rescale": true,
|
18 |
"do_resize": true,
|
19 |
"image_mean": [
|
20 |
-
0.
|
21 |
-
0.
|
22 |
-
0.
|
23 |
],
|
24 |
"image_processor_type": "ViTImageProcessor",
|
25 |
"image_std": [
|
26 |
-
0.
|
27 |
-
0.
|
28 |
-
0.
|
29 |
],
|
30 |
-
"resample":
|
31 |
"rescale_factor": 0.00392156862745098,
|
32 |
"size": {
|
33 |
"height": 224,
|
|
|
17 |
"do_rescale": true,
|
18 |
"do_resize": true,
|
19 |
"image_mean": [
|
20 |
+
0.485,
|
21 |
+
0.456,
|
22 |
+
0.406
|
23 |
],
|
24 |
"image_processor_type": "ViTImageProcessor",
|
25 |
"image_std": [
|
26 |
+
0.229,
|
27 |
+
0.224,
|
28 |
+
0.225
|
29 |
],
|
30 |
+
"resample": 3,
|
31 |
"rescale_factor": 0.00392156862745098,
|
32 |
"size": {
|
33 |
"height": 224,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3f66b525ab7bbe436067d7aa5b0038ef1027e713b604b1038e14cd3eabec4c7
|
3 |
size 5368
|