DeepDream2045
commited on
Commit
•
ddea639
1
Parent(s):
eb1876d
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
@@ -21,10 +21,10 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
-
"down_proj",
|
25 |
-
"gate_proj",
|
26 |
"q_proj",
|
|
|
27 |
"v_proj",
|
|
|
28 |
"up_proj",
|
29 |
"o_proj"
|
30 |
],
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
|
|
|
|
24 |
"q_proj",
|
25 |
+
"gate_proj",
|
26 |
"v_proj",
|
27 |
+
"down_proj",
|
28 |
"up_proj",
|
29 |
"o_proj"
|
30 |
],
|
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:5c55100978e8e86ced42b927ea5e128fb072afa9024f525538380bae0e7c50a6
|
3 |
size 335604696
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dd421ee496f84b943e667379d94c279e81d013b511fd3641f3973aa3000a968
|
3 |
size 6776
|