DeepDream2045
commited on
Commit
•
16128f3
1
Parent(s):
5110f82
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 |
-
"
|
24 |
"gate_proj",
|
25 |
-
"
|
26 |
"k_proj",
|
27 |
-
"q_proj",
|
28 |
"up_proj",
|
|
|
29 |
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
"gate_proj",
|
25 |
+
"down_proj",
|
26 |
"k_proj",
|
|
|
27 |
"up_proj",
|
28 |
+
"v_proj",
|
29 |
"o_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 119975656
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d19c7fd5bc202505f68bcf60150cec0d333afabff305c6eac7f68ed7a62d7d4
|
3 |
size 119975656
|
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:b11b5c4e0c23f04692ebeb2adbe14349b333df5103e6a6685e5ab295a0c2fe18
|
3 |
size 6776
|