Training in progress, step 25
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,9 +20,9 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"v_proj",
|
23 |
-
"o_proj",
|
24 |
-
"up_proj",
|
25 |
"q_proj",
|
|
|
|
|
26 |
"gate_proj",
|
27 |
"k_proj"
|
28 |
],
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"v_proj",
|
|
|
|
|
23 |
"q_proj",
|
24 |
+
"up_proj",
|
25 |
+
"o_proj",
|
26 |
"gate_proj",
|
27 |
"k_proj"
|
28 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14331480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfd92169315eeb4a532ae71073cadb105857125db916630c1dacc89db613276e
|
3 |
size 14331480
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c68499e5f120dea967247fd938fca297336eec86bb1c7662195c0510bff52f3
|
3 |
size 4856
|