selmamalak commited on
Commit
ca01f4c
·
verified ·
1 Parent(s): af14dc8

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": {
4
- "base_model_class": "ViTForImageClassification",
5
- "parent_library": "transformers.models.vit.modeling_vit"
6
  },
7
- "base_model_name_or_path": "google/vit-base-patch16-224-in21k",
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
- "query",
29
- "value"
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:dfbf0e2344d16b6cb39887471822285caedab3cfab18f52ae1ff4da554c00aff
3
- size 2372592
 
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.5,
21
- 0.5,
22
- 0.5
23
  ],
24
  "image_processor_type": "ViTImageProcessor",
25
  "image_std": [
26
- 0.5,
27
- 0.5,
28
- 0.5
29
  ],
30
- "resample": 2,
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:6e1ea21f27078c5ba10a70d9b159fcb96841c93fa6139a8a86f77cc27f692dac
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f66b525ab7bbe436067d7aa5b0038ef1027e713b604b1038e14cd3eabec4c7
3
  size 5368