Upload model
Browse files- adapter_config.json +7 -6
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -16,6 +16,7 @@
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
18 |
"embed_tokens",
|
|
|
19 |
"input_layernorm",
|
20 |
"post_attention_layernorm",
|
21 |
"norm"
|
@@ -25,15 +26,15 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"linear",
|
29 |
-
"q_proj",
|
30 |
-
"down_proj",
|
31 |
-
"gate_proj",
|
32 |
-
"k_proj",
|
33 |
"v_proj",
|
34 |
"up_proj",
|
|
|
|
|
|
|
|
|
35 |
"lm_head",
|
36 |
-
"
|
|
|
37 |
],
|
38 |
"task_type": "CAUSAL_LM",
|
39 |
"use_dora": false,
|
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
18 |
"embed_tokens",
|
19 |
+
"lm_head",
|
20 |
"input_layernorm",
|
21 |
"post_attention_layernorm",
|
22 |
"norm"
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
29 |
"v_proj",
|
30 |
"up_proj",
|
31 |
+
"k_proj",
|
32 |
+
"o_proj",
|
33 |
+
"down_proj",
|
34 |
+
"q_proj",
|
35 |
"lm_head",
|
36 |
+
"gate_proj",
|
37 |
+
"linear"
|
38 |
],
|
39 |
"task_type": "CAUSAL_LM",
|
40 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53878de0af843f495260933abade577b5ca80674715bdd9046a761391ba72c27
|
3 |
+
size 2437508728
|