Upload model
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"base_model_class": "LlamaForCausalLM",
|
| 5 |
"parent_library": "transformers.models.llama.modeling_llama"
|
| 6 |
},
|
| 7 |
-
"base_model_name_or_path": "meta-llama/Llama-3.1-8B",
|
| 8 |
"bias": "none",
|
| 9 |
"eva_config": null,
|
| 10 |
"exclude_modules": null,
|
|
@@ -26,13 +26,13 @@
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
-
"
|
| 30 |
-
"down_proj",
|
| 31 |
-
"v_proj",
|
| 32 |
"k_proj",
|
| 33 |
"o_proj",
|
| 34 |
"up_proj",
|
| 35 |
-
"
|
|
|
|
|
|
|
| 36 |
],
|
| 37 |
"task_type": null,
|
| 38 |
"use_dora": false,
|
|
|
|
| 4 |
"base_model_class": "LlamaForCausalLM",
|
| 5 |
"parent_library": "transformers.models.llama.modeling_llama"
|
| 6 |
},
|
| 7 |
+
"base_model_name_or_path": "meta-llama/Llama-3.1-8B-Instruct",
|
| 8 |
"bias": "none",
|
| 9 |
"eva_config": null,
|
| 10 |
"exclude_modules": null,
|
|
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
+
"gate_proj",
|
|
|
|
|
|
|
| 30 |
"k_proj",
|
| 31 |
"o_proj",
|
| 32 |
"up_proj",
|
| 33 |
+
"v_proj",
|
| 34 |
+
"down_proj",
|
| 35 |
+
"q_proj"
|
| 36 |
],
|
| 37 |
"task_type": null,
|
| 38 |
"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 167832240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96cee416c8fa0ee077d3d1c14c8c88f5e942f22ab1cfd7c9e9f53034b0dbf5d0
|
| 3 |
size 167832240
|