Commit
·
e357342
1
Parent(s):
cb4c80e
lora_meta-llama/Llama-2-7b-hf_f6c1543b-7d67-403f-ad29-323a59494572_0
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -15,16 +15,16 @@
|
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
-
"r":
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"up_proj",
|
23 |
"k_proj",
|
24 |
-
"down_proj",
|
25 |
"gate_proj",
|
|
|
|
|
26 |
"q_proj",
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM"
|
30 |
}
|
|
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
+
"r": 32,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"k_proj",
|
|
|
23 |
"gate_proj",
|
24 |
+
"up_proj",
|
25 |
+
"v_proj",
|
26 |
"q_proj",
|
27 |
+
"down_proj"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM"
|
30 |
}
|
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:5b10b4ddf12d89a830ff290b99cba0390f843988f8a7781ffc4a17d57c61cba3
|
3 |
+
size 143181952
|