Mel commited on
Commit
4189172
·
1 Parent(s): fdec806

Training in progress, epoch 0

Browse files
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
8
+ "bias": "all",
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.5,
16
+ "modules_to_save": [
17
+ "classifier"
18
+ ],
19
+ "peft_type": "LORA",
20
+ "r": 64,
21
+ "rank_pattern": {},
22
+ "revision": null,
23
+ "target_modules": [
24
+ "query",
25
+ "key",
26
+ "value"
27
+ ],
28
+ "task_type": null
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da011b487abbe26c4672a3d0501c6aa792ad52b37e1ad8f11bdd3a2ff173c57c
3
+ size 15361896
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.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Nov28_15-54-32_85f75ccda9e9/events.out.tfevents.1701186879.85f75ccda9e9.994.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4b62fca2ea7b2057709472c3324c2e7e7199dfa320401d275719de1d961235
3
+ size 18166
runs/Nov28_16-07-51_85f75ccda9e9/events.out.tfevents.1701187673.85f75ccda9e9.4372.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dede12da171409a0ec04f5d20284b2c67f3a78db0873193a1df0398ea5f1cbb4
3
+ size 18166
runs/Nov28_16-20-55_85f75ccda9e9/events.out.tfevents.1701188459.85f75ccda9e9.7642.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f9373e515f0f048886def139a50cd429f71b12104dc02bb7c10eebb81d4604
3
+ size 18483
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba7c46081ab598aa633621f0245b2661cd1723b00242e4966933d7dbbcd3d7ac
3
+ size 4664