stevhliu HF staff commited on
Commit
d190312
1 Parent(s): f081dec

Training in progress, epoch 1

Browse files
adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha": 16,
3
+ "alpha_pattern": {},
4
+ "auto_mapping": {
5
+ "base_model_class": "PeftModel",
6
+ "parent_library": "peft.peft_model"
7
+ },
8
+ "base_model_name_or_path": null,
9
+ "decompose_both": false,
10
+ "decompose_factor": -1,
11
+ "inference_mode": true,
12
+ "init_weights": true,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "module_dropout": 0.1,
16
+ "modules_to_save": [
17
+ "classifier"
18
+ ],
19
+ "peft_type": "LOKR",
20
+ "r": 16,
21
+ "rank_dropout": 0.0,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "query",
26
+ "value"
27
+ ],
28
+ "task_type": null,
29
+ "use_effective_conv2d": false
30
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd5875c35bc9c8a10903fd7aa420c16e548bda52b0fc64df8ea48e657e1a4f6f
3
+ size 471892
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/Jan11_18-48-11_028b01b52125/events.out.tfevents.1704998897.028b01b52125.1028.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9393b5f139c4c0dffc968a69f526159f393ea3f601bfbabb05132647d20a499b
3
+ size 11444
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10774d369f3b397ba3c45978bb47171cded6a898fcea22a2bc16d88af8f26a52
3
+ size 4664