NickyNicky
commited on
Commit
•
453b7d2
1
Parent(s):
5c8a732
Training in progress, step 100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +3 -0
adapter_config.json
CHANGED
@@ -23,12 +23,12 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
"v_proj",
|
29 |
"up_proj",
|
30 |
-
"
|
31 |
-
"
|
32 |
"gate_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"down_proj",
|
27 |
+
"o_proj",
|
28 |
"v_proj",
|
29 |
"up_proj",
|
30 |
+
"q_proj",
|
31 |
+
"k_proj",
|
32 |
"gate_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 180845616
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a913ca9a0f455aec1a3d098a345edd61d290904bdfb2e8be1d167b1d1d3c144
|
3 |
size 180845616
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fba26f391c71ac3da0943f21f86fe42d500e344168feb8877f9de24a600e4f8a
|
3 |
+
size 5112
|