DeepDream2045
commited on
Commit
•
d54f478
1
Parent(s):
09556ed
Training in progress, step 50
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 |
"dense",
|
24 |
-
"v_proj",
|
25 |
"q_proj",
|
26 |
-
"fc2",
|
27 |
"fc1",
|
28 |
-
"
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
"dense",
|
|
|
25 |
"q_proj",
|
|
|
26 |
"fc1",
|
27 |
+
"v_proj",
|
28 |
+
"fc2"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 237402
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f82545d1e3b67d0ec56f42a83223db93cc2e8709dd91e1ff2aab4dfe253e221b
|
3 |
size 237402
|
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:35f84cefbae9206f47a4308fd69e8fbec7509210dc2a4c6e6aa3830637bac8fa
|
3 |
size 6776
|