alexander-hm
commited on
Commit
•
49fda9f
1
Parent(s):
cba43fb
Training in progress, step 500
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -28,13 +28,13 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"
|
|
|
|
|
32 |
"gate_proj",
|
33 |
"down_proj",
|
34 |
"o_proj",
|
35 |
-
"
|
36 |
-
"up_proj",
|
37 |
-
"k_proj"
|
38 |
],
|
39 |
"task_type": "CAUSAL_LM",
|
40 |
"use_dora": false,
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
+
"up_proj",
|
32 |
+
"q_proj",
|
33 |
+
"k_proj",
|
34 |
"gate_proj",
|
35 |
"down_proj",
|
36 |
"o_proj",
|
37 |
+
"v_proj"
|
|
|
|
|
38 |
],
|
39 |
"task_type": "CAUSAL_LM",
|
40 |
"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 1156152520
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87d4d79b4aa3c3b765da2513e62f890072535b5139785ee238800e148a335fe9
|
3 |
size 1156152520
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17f061f71aa64e846e98bcf25beb3b365c82da2c330ce8be4580f20683256bdd
|
3 |
size 7800
|