Training in progress, epoch 1
Browse files- adapter_config.json +10 -4
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -7,8 +7,9 @@
|
|
7 |
"base_model_name_or_path": "google/vit-base-patch16-224-in21k",
|
8 |
"bias": "all",
|
9 |
"fan_in_fan_out": false,
|
|
|
10 |
"inference_mode": true,
|
11 |
-
"init_lora_weights":
|
12 |
"layer_replication": null,
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
@@ -20,17 +21,22 @@
|
|
20 |
"modules_to_save": [
|
21 |
"classifier"
|
22 |
],
|
|
|
23 |
"peft_type": "LORA",
|
24 |
"r": 32,
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
|
|
|
|
|
|
27 |
"target_modules": [
|
28 |
-
"
|
29 |
-
"key",
|
30 |
"dense",
|
31 |
-
"
|
|
|
32 |
],
|
33 |
"task_type": null,
|
|
|
34 |
"use_dora": false,
|
35 |
"use_rslora": false
|
36 |
}
|
|
|
7 |
"base_model_name_or_path": "google/vit-base-patch16-224-in21k",
|
8 |
"bias": "all",
|
9 |
"fan_in_fan_out": false,
|
10 |
+
"gradient_accumulation_steps": 1,
|
11 |
"inference_mode": true,
|
12 |
+
"init_lora_weights": "svd",
|
13 |
"layer_replication": null,
|
14 |
"layers_pattern": null,
|
15 |
"layers_to_transform": null,
|
|
|
21 |
"modules_to_save": [
|
22 |
"classifier"
|
23 |
],
|
24 |
+
"only_lora": false,
|
25 |
"peft_type": "LORA",
|
26 |
"r": 32,
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
+
"scheduler": "only_lora",
|
30 |
+
"scheduler_verbose": true,
|
31 |
+
"scheduler_verbose_interval": 100,
|
32 |
"target_modules": [
|
33 |
+
"query",
|
|
|
34 |
"dense",
|
35 |
+
"key",
|
36 |
+
"value"
|
37 |
],
|
38 |
"task_type": null,
|
39 |
+
"total_steps": 1290.0,
|
40 |
"use_dora": false,
|
41 |
"use_rslora": false
|
42 |
}
|
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:9382a3c13176f4b2e4b532cc557ecd087de2b4fcc7f18fd0b0f2cab51433fa5d
|
3 |
+
size 33056140
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1e57db43695ecf7001a933680fbe7fbd0fa3620455c2cda3c199f43cc5e29d9
|
3 |
size 5304
|