Upload model
Browse files- adapter_config.json +10 -2
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"base_model_class": "Blip2ForConditionalGeneration",
|
| 4 |
"parent_library": "transformers.models.blip_2.modeling_blip_2"
|
| 5 |
},
|
| 6 |
-
"base_model_name_or_path": "Salesforce/blip2-opt-2.7b
|
| 7 |
"bias": "none",
|
| 8 |
"fan_in_fan_out": false,
|
| 9 |
"inference_mode": true,
|
|
@@ -17,8 +17,16 @@
|
|
| 17 |
"r": 16,
|
| 18 |
"revision": null,
|
| 19 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
"q_proj",
|
| 21 |
-
"
|
|
|
|
|
|
|
|
|
|
| 22 |
],
|
| 23 |
"task_type": null
|
| 24 |
}
|
|
|
|
| 3 |
"base_model_class": "Blip2ForConditionalGeneration",
|
| 4 |
"parent_library": "transformers.models.blip_2.modeling_blip_2"
|
| 5 |
},
|
| 6 |
+
"base_model_name_or_path": "Salesforce/blip2-opt-2.7b",
|
| 7 |
"bias": "none",
|
| 8 |
"fan_in_fan_out": false,
|
| 9 |
"inference_mode": true,
|
|
|
|
| 17 |
"r": 16,
|
| 18 |
"revision": null,
|
| 19 |
"target_modules": [
|
| 20 |
+
"qkv",
|
| 21 |
+
"query",
|
| 22 |
+
"key",
|
| 23 |
+
"value",
|
| 24 |
+
"dense",
|
| 25 |
"q_proj",
|
| 26 |
+
"v_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
+
"out_proj",
|
| 29 |
+
"lm_head"
|
| 30 |
],
|
| 31 |
"task_type": null
|
| 32 |
}
|
adapter_model.bin
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:345548e5c2bcbc49b69ed82177fadcbeef59df628e409cc893d30b5f6b2f3c16
|
| 3 |
+
size 73049869
|