Training in progress, step 10
Browse files- adapter_config.json +9 -12
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -6,8 +6,6 @@
|
|
6 |
},
|
7 |
"base_model_name_or_path": "Salesforce/blip2-opt-2.7b",
|
8 |
"bias": "none",
|
9 |
-
"eva_config": null,
|
10 |
-
"exclude_modules": null,
|
11 |
"fan_in_fan_out": false,
|
12 |
"inference_mode": true,
|
13 |
"init_lora_weights": true,
|
@@ -16,7 +14,6 @@
|
|
16 |
"layers_to_transform": null,
|
17 |
"loftq_config": {},
|
18 |
"lora_alpha": 8,
|
19 |
-
"lora_bias": false,
|
20 |
"lora_dropout": 0.0,
|
21 |
"megatron_config": null,
|
22 |
"megatron_core": "megatron.core",
|
@@ -26,20 +23,20 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"
|
30 |
-
"fc2",
|
31 |
"k_proj",
|
32 |
-
"v_proj",
|
33 |
-
"lm_head",
|
34 |
"query",
|
|
|
|
|
|
|
|
|
35 |
"value",
|
36 |
-
"
|
37 |
"key",
|
|
|
|
|
38 |
"dense",
|
39 |
-
"
|
40 |
-
"fc1",
|
41 |
-
"language_projection",
|
42 |
-
"out_proj"
|
43 |
],
|
44 |
"task_type": null,
|
45 |
"use_dora": false,
|
|
|
6 |
},
|
7 |
"base_model_name_or_path": "Salesforce/blip2-opt-2.7b",
|
8 |
"bias": "none",
|
|
|
|
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
11 |
"init_lora_weights": true,
|
|
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
"lora_alpha": 8,
|
|
|
17 |
"lora_dropout": 0.0,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"language_projection",
|
|
|
27 |
"k_proj",
|
|
|
|
|
28 |
"query",
|
29 |
+
"v_proj",
|
30 |
+
"projection",
|
31 |
+
"out_proj",
|
32 |
+
"fc2",
|
33 |
"value",
|
34 |
+
"q_proj",
|
35 |
"key",
|
36 |
+
"qkv",
|
37 |
+
"lm_head",
|
38 |
"dense",
|
39 |
+
"fc1"
|
|
|
|
|
|
|
40 |
],
|
41 |
"task_type": null,
|
42 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 342800296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0657206c044c9ec7a1a711799a5d20473edeead8a9c72fad38f3f3b127a5f35
|
3 |
size 342800296
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b47772b82e17674e8eba059f27094070dca2749e19486ed6bd544046349ff1eb
|
3 |
size 5496
|