Training in progress, step 100
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -26,11 +26,11 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"
|
30 |
"v_proj",
|
31 |
"q_proj",
|
32 |
"k_proj",
|
33 |
-
"
|
34 |
],
|
35 |
"task_type": null,
|
36 |
"use_dora": false,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"lm_head",
|
30 |
"v_proj",
|
31 |
"q_proj",
|
32 |
"k_proj",
|
33 |
+
"o_proj"
|
34 |
],
|
35 |
"task_type": null,
|
36 |
"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 399673504
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40afff962f83d25242ae886d301c4ec413d496314897aef7825a0fcf5eeaecfc
|
3 |
size 399673504
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fe66af14a0f88f75c997c156a9361631269e8a35114e8612b92d3479e17d2b9
|
3 |
size 5240
|