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