Training in progress, step 25
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"lm_head",
|
|
|
24 |
"q_proj",
|
25 |
"gate_proj",
|
26 |
-
"up_proj",
|
27 |
-
"v_proj",
|
28 |
-
"down_proj",
|
29 |
-
"o_proj",
|
30 |
"k_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
"lm_head",
|
27 |
+
"v_proj",
|
28 |
"q_proj",
|
29 |
"gate_proj",
|
|
|
|
|
|
|
|
|
30 |
"k_proj"
|
31 |
],
|
32 |
"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 864546640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ca5f79b492b8c150c0d965a8af516be994df22655edcfc2afa86abf7186f7f9
|
3 |
size 864546640
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe1cfc28871b96af23594a06a9879a6b30af7373f1a64a0c4a89b5c2c36dbbc2
|
3 |
size 4984
|