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