James S
commited on
Version 2
Browse files- Fixed missing name field for vinso1445 messages
- Fixed assistant messages' JSON not being reassigned to Miku (!)
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- optimizer.pt +1 -1
- trainer_state.json +0 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,12 +24,12 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"gate_proj",
|
|
|
27 |
"up_proj",
|
28 |
"k_proj",
|
29 |
-
"v_proj",
|
30 |
"o_proj",
|
31 |
-
"
|
32 |
-
"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
"up_proj",
|
29 |
"k_proj",
|
|
|
30 |
"o_proj",
|
31 |
+
"q_proj",
|
32 |
+
"down_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"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 335604696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d9d245b27524e9220a8d70060c71b03d627869f27566bea517d2a5de9933aef
|
3 |
size 335604696
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 170920532
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6087e51849c4a23de34b0e6064a5f59e46162200153e71bf0f439a6cea4b99c
|
3 |
size 170920532
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecc68c5d7e687cae3914bc75c8b36be4a80c203bf4a3fe66e2705a4385311388
|
3 |
size 5560
|