kbressem
commited on
Commit
•
3bcfcf3
1
Parent(s):
4101f0e
updating weights after training with data v3
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:880e023e4f640f0468642ef9655d3283346b315481daf6b2c0e39d771b5e502a
|
3 |
+
size 104973389
|