Upload folder using huggingface_hub
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
-
"lora_alpha":
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
@@ -19,17 +19,17 @@
|
|
19 |
"lm_head"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
-
"r":
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"v_proj",
|
27 |
-
"up_proj",
|
28 |
"q_proj",
|
29 |
"gate_proj",
|
30 |
-
"
|
|
|
|
|
31 |
"k_proj",
|
32 |
-
"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 256,
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
|
|
19 |
"lm_head"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
+
"r": 128,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"q_proj",
|
27 |
"gate_proj",
|
28 |
+
"v_proj",
|
29 |
+
"o_proj",
|
30 |
+
"up_proj",
|
31 |
"k_proj",
|
32 |
+
"down_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"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:124ed115a17b08c12665fdeb15423b7cf4627b3872fc65049e0d9993af2cec32
|
3 |
+
size 1524420784
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddc5c8f9eec4328e960cda6e2be0b7a2be96276ddc4dc48d78a20af2878ef37a
|
3 |
size 5432
|