DeepDream2045
commited on
Training in progress, step 14
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 |
"down_proj",
|
25 |
-
"v_proj",
|
26 |
"o_proj",
|
27 |
-
"k_proj",
|
28 |
"gate_proj",
|
|
|
|
|
|
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"down_proj",
|
|
|
24 |
"o_proj",
|
|
|
25 |
"gate_proj",
|
26 |
+
"k_proj",
|
27 |
+
"v_proj",
|
28 |
+
"up_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 323014168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feeaefd251f02f422e5dc6eadd4cbe7770795c8751d2ce9e40026a86116ffce2
|
3 |
size 323014168
|
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:15b1e63507204285c0a761c74cdac18925cae1de1cbc6b88fb00aeb9357a1e79
|
3 |
size 6776
|