Migara Amarasinghe
commited on
Commit
•
922c9e3
1
Parent(s):
ee7a4b9
Training in progress, step 500
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"q_proj",
|
25 |
-
"v_proj",
|
26 |
"down_proj",
|
27 |
-
"o_proj",
|
28 |
"k_proj",
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate_proj",
|
|
|
|
|
24 |
"down_proj",
|
|
|
25 |
"k_proj",
|
26 |
+
"q_proj",
|
27 |
+
"up_proj",
|
28 |
+
"v_proj",
|
29 |
+
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb67c96ad10b6273c5b6bb527b71408cc6ccaa3b5b1b8a7cdfa86b724145b57f
|
3 |
+
size 156926880
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4475
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91ed6b587decdb4ccd042b409935a96cf354a0af8e984212a336b8a4992b6bee
|
3 |
size 4475
|