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