DeepDream2045
commited on
Training in progress, step 10
Browse files- adapter_config.json +2 -2
- 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 |
"gate_proj",
|
24 |
"v_proj",
|
|
|
25 |
"up_proj",
|
26 |
-
"o_proj",
|
27 |
"down_proj",
|
28 |
-
"q_proj",
|
29 |
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
"gate_proj",
|
25 |
"v_proj",
|
26 |
+
"q_proj",
|
27 |
"up_proj",
|
|
|
28 |
"down_proj",
|
|
|
29 |
"k_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 30322120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5bef69ca4ab9ab5da8fde478afc405b25c42f8721ecd3656e83824ab419593c
|
3 |
size 30322120
|
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:7388f3e7b07c8c879afb44613463aaecf2dc880d04e9c93c89b5d5ebe5b7c8c8
|
3 |
size 6776
|