DeepDream2045
commited on
Commit
•
abcce1f
1
Parent(s):
37e5314
Training in progress, step 50
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:3446403d2f0c7e1833fe69ae3f77b5a43536a61c7a2973ebdce45154acfcf01f
|
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
|