kbressem
commited on
Commit
•
984f0ac
1
Parent(s):
46f555b
update weights with new training
Browse files- adapter_config.json +5 -3
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -5,14 +5,16 @@
|
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
7 |
"lora_alpha": 16,
|
8 |
-
"lora_dropout": 0.
|
9 |
"merge_weights": false,
|
10 |
"modules_to_save": null,
|
11 |
"peft_type": "LORA",
|
12 |
-
"r":
|
13 |
"target_modules": [
|
14 |
"q_proj",
|
15 |
-
"
|
|
|
|
|
16 |
],
|
17 |
"task_type": "CAUSAL_LM"
|
18 |
}
|
|
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
7 |
"lora_alpha": 16,
|
8 |
+
"lora_dropout": 0.1,
|
9 |
"merge_weights": false,
|
10 |
"modules_to_save": null,
|
11 |
"peft_type": "LORA",
|
12 |
+
"r": 16,
|
13 |
"target_modules": [
|
14 |
"q_proj",
|
15 |
+
"k_proj",
|
16 |
+
"v_proj",
|
17 |
+
"o_proj"
|
18 |
],
|
19 |
"task_type": "CAUSAL_LM"
|
20 |
}
|
adapter_model.bin
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:754ee3cc972d78bf0d2972d916a44950410262e7f43aff92e8884f74d10196b9
|
3 |
+
size 67201357
|