threefruits
commited on
End of training
Browse files- adapter_config.json +9 -9
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,19 +20,19 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
-
"k_proj",
|
25 |
-
"o_proj",
|
26 |
-
"gate_proj",
|
27 |
"fc2",
|
28 |
-
"
|
29 |
-
"linear_2",
|
30 |
-
"linear_1",
|
31 |
"out_proj",
|
|
|
32 |
"q_proj",
|
33 |
-
"
|
|
|
|
|
|
|
|
|
34 |
"up_proj",
|
35 |
-
"fc1"
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
23 |
"fc2",
|
24 |
+
"down_proj",
|
|
|
|
|
25 |
"out_proj",
|
26 |
+
"lm_head",
|
27 |
"q_proj",
|
28 |
+
"linear_1",
|
29 |
+
"linear_2",
|
30 |
+
"v_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"k_proj",
|
33 |
"up_proj",
|
34 |
+
"fc1",
|
35 |
+
"o_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"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 1462134480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcb43ff1e725e6a7c6eab86439865cdcaa381ed23bca8c88cf19bc8be366d047
|
3 |
size 1462134480
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58c533a0c72e48a31f7794dc84f75446ff92ce2dbe7f3e5e4af67de3a58577bc
|
3 |
size 6712
|