jfranklin-foundry
commited on
Commit
•
da75a5a
1
Parent(s):
e906937
Upload folder using huggingface_hub
Browse files- adapter_config.json +7 -7
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 64,
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
@@ -20,14 +20,14 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"gate_proj",
|
25 |
-
"ffn",
|
26 |
-
"k_proj",
|
27 |
-
"o_proj",
|
28 |
"down_proj",
|
29 |
"q_proj",
|
30 |
-
"
|
|
|
|
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 64,
|
14 |
+
"lora_dropout": 0.2,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
|
|
|
|
|
|
|
|
24 |
"down_proj",
|
25 |
"q_proj",
|
26 |
+
"k_proj",
|
27 |
+
"o_proj",
|
28 |
+
"up_proj",
|
29 |
+
"ffn",
|
30 |
+
"gate_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"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 427836416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8435d8ff1f99e3629b1b2f98f686a600db37a89b60c9cc2611bf6cf724704a0
|
3 |
size 427836416
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd9eb5a61917a884b0f10a52e751bb491daf579b21037758b8f093db1d2355a0
|
3 |
size 5368
|