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 |
"q_proj",
|
| 24 |
-
"
|
| 25 |
"o_proj",
|
|
|
|
| 26 |
"down_proj",
|
| 27 |
-
"
|
| 28 |
-
"gate_proj",
|
| 29 |
-
"k_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": true,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"gate_proj",
|
| 24 |
"q_proj",
|
| 25 |
+
"up_proj",
|
| 26 |
"o_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
"down_proj",
|
| 29 |
+
"v_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:ec0db48a3834fbaa662cb3aaeb98c9619be3ee346f1dcddf8ed3d95bee72a78d
|
| 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:92ba3fdaf2794119c7ca82b95033a69af20e4d9791d5102048f2b19dd56f54cc
|
| 3 |
size 5688
|