dsmanomano/image-consolidation-models
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"gate_proj",
|
| 24 |
-
"k_proj",
|
| 25 |
"o_proj",
|
|
|
|
|
|
|
| 26 |
"down_proj",
|
|
|
|
| 27 |
"v_proj",
|
| 28 |
-
"up_proj"
|
| 29 |
-
"q_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": true,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
| 23 |
"o_proj",
|
| 24 |
+
"q_proj",
|
| 25 |
+
"gate_proj",
|
| 26 |
"down_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
"v_proj",
|
| 29 |
+
"up_proj"
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": true,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 45187904
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c00f95fe4383611a047e137c1e04d2e74e7743a53e31f56b529a648b311ad31
|
| 3 |
size 45187904
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52574df72b68da1981341545aac637d6f8ced79eba27dd97889e852454e76368
|
| 3 |
size 5688
|