Liyan049 commited on
Commit
0473ed7
·
1 Parent(s): 927fa2c

Training in progress, epoch 0

Browse files
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-base-patch4-window7-224",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "lora_alpha": 16,
15
+ "lora_dropout": 0.1,
16
+ "modules_to_save": [
17
+ "classifier"
18
+ ],
19
+ "peft_type": "LORA",
20
+ "r": 16,
21
+ "rank_pattern": {},
22
+ "revision": null,
23
+ "target_modules": [
24
+ "value",
25
+ "query"
26
+ ],
27
+ "task_type": null
28
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a250a2b9856be6dc9ec807e5865850beedf9d08cc6244b5dd7620c3f992a3916
3
+ size 3135864
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/Dec01_23-18-12_6a3023817698/events.out.tfevents.1701472926.6a3023817698.158.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f428bd7bb2ec383a3b1227e9fea790d19d21beb15bc0acf93f23e73dd855201
3
+ size 5074
runs/Dec01_23-22-41_6a3023817698/events.out.tfevents.1701472969.6a3023817698.158.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0267960f88f988d1e670f0637541943ac4e5f06ee69b85f6786e294e0826c51e
3
+ size 4184
runs/Dec01_23-23-04_6a3023817698/events.out.tfevents.1701472988.6a3023817698.158.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a615ec59a7402585d5785a93998d97d94ef8e5be852aa5f91f7195eea88ab69
3
+ size 5851
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7371c6e4df52cb2f42793d3249e6be7760a860f50ccef993d0313467df6d81a5
3
+ size 4664