hugodk-sch
commited on
Commit
•
2de4e50
1
Parent(s):
b4a06df
Training in progress, step 100
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"k_proj",
|
24 |
-
"o_proj",
|
25 |
-
"q_proj",
|
26 |
"gate_proj",
|
|
|
27 |
"up_proj",
|
28 |
"down_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
"k_proj",
|
|
|
|
|
25 |
"gate_proj",
|
26 |
+
"q_proj",
|
27 |
"up_proj",
|
28 |
"down_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 671150064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:968e193539784cf5983717c00c3e3960cd4875b80258301bd65477c94a0ea838
|
3 |
size 671150064
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b241d5e3695b6ad30ecb812ff8b3ac8ad8a2e87565581f3c431c2dcd32c4ca1c
|
3 |
size 5176
|