chad-brouze
commited on
Commit
•
93409c2
1
Parent(s):
81e6f20
Training in progress, step 100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
"v_proj",
|
25 |
-
"down_proj",
|
26 |
"k_proj",
|
27 |
-
"
|
28 |
"gate_proj",
|
29 |
-
"up_proj"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"v_proj",
|
|
|
24 |
"k_proj",
|
25 |
+
"down_proj",
|
26 |
"gate_proj",
|
27 |
+
"up_proj",
|
28 |
+
"q_proj",
|
29 |
+
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bc14d7f21743a9a757a46b5a95654c94d2e7ba42b12fd4f27e7f2c1b0bc0d80
|
3 |
size 167832240
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf05549d003f03bd62a4179a29d1eaa55e372c4ac05915197a23018c54ed4bcb
|
3 |
size 6200
|