Training in progress, step 500
Browse files- adapter_config.json +12 -9
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -6,6 +6,8 @@
|
|
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,6 +16,7 @@
|
|
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,20 +26,20 @@
|
|
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 |
-
"
|
38 |
-
"dense",
|
39 |
-
"fc1"
|
40 |
],
|
41 |
"task_type": null,
|
42 |
"use_dora": false,
|
|
|
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 |
"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 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"key",
|
30 |
+
"projection",
|
31 |
+
"v_proj",
|
32 |
+
"fc1",
|
33 |
+
"fc2",
|
34 |
"language_projection",
|
35 |
+
"lm_head",
|
36 |
"k_proj",
|
37 |
+
"dense",
|
38 |
+
"q_proj",
|
39 |
"query",
|
|
|
|
|
|
|
|
|
40 |
"value",
|
|
|
|
|
41 |
"qkv",
|
42 |
+
"out_proj"
|
|
|
|
|
43 |
],
|
44 |
"task_type": null,
|
45 |
"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:1fe342fcb75b83e5a1cfe48cf94d9bec7b3bdb31ea10a0ad8a78cd12e9d8187d
|
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:bb4231c5f2ef8e27795fd212f762b5ec4cd86b8c8a1fcc746180c69c63b5a864
|
3 |
size 5496
|