Uploading model files
Browse files- README.md +0 -1
- adapter_config.json +7 -7
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -9,7 +9,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
9 |
|
10 |
# lora
|
11 |
|
12 |
-
|
13 |
## Model description
|
14 |
|
15 |
More information needed
|
|
|
9 |
|
10 |
# lora
|
11 |
|
|
|
12 |
## Model description
|
13 |
|
14 |
More information needed
|
adapter_config.json
CHANGED
@@ -13,27 +13,27 @@
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
-
"lora_alpha":
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0.05,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
-
"r":
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"gate_proj",
|
28 |
"o_proj",
|
|
|
29 |
"down_proj",
|
30 |
-
"q_proj",
|
31 |
-
"k_proj",
|
32 |
"up_proj",
|
33 |
-
"
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
37 |
"use_dora": false,
|
38 |
-
"use_rslora":
|
39 |
}
|
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
+
"lora_alpha": 256,
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0.05,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
+
"r": 128,
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
27 |
"o_proj",
|
28 |
+
"v_proj",
|
29 |
"down_proj",
|
|
|
|
|
30 |
"up_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"q_proj",
|
33 |
+
"k_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
37 |
"use_dora": false,
|
38 |
+
"use_rslora": true
|
39 |
}
|
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:91b5c2c08c06ad29522f4cc52301afa5357a2b7228c29aefeab10ed131492cdf
|
3 |
+
size 957942768
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6097
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0583c680e36f3dfa8b58fa9fb1841bc7b2061cdde7da06abd27949f94e26649d
|
3 |
size 6097
|