Migara Amarasinghe
commited on
Commit
•
c2818fe
1
Parent(s):
f7e512d
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
@@ -20,12 +20,12 @@
|
|
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",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
23 |
"up_proj",
|
24 |
+
"q_proj",
|
25 |
+
"k_proj",
|
26 |
+
"down_proj",
|
27 |
"v_proj",
|
28 |
+
"gate_proj",
|
29 |
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 156926880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98dd6a42f30ee660a48c8808f88f8158e3a873a320b4821be86ff64e8723c3fc
|
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:b6212d1e182a4b0b1c5273384de83b5d25091cb1a159bfb079676ab6ee653b93
|
3 |
size 4475
|