Alexander
commited on
Commit
•
50d7fbe
1
Parent(s):
1d24171
--cutoff_len 512 --lora-r 8 --num-epochs 3
Browse files- adapter_config.json +1 -1
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"merge_weights": false,
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
-
"r":
|
14 |
"target_modules": [
|
15 |
"q_proj",
|
16 |
"v_proj"
|
|
|
10 |
"merge_weights": false,
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
+
"r": 8,
|
14 |
"target_modules": [
|
15 |
"q_proj",
|
16 |
"v_proj"
|
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:dc4c63cb8cc3ee1d439eb1ebce0df446a75e6187b83dac89926c5525fb8ecaa8
|
3 |
+
size 16822989
|