Training in progress, step 6
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,11 +20,11 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"q_proj",
|
24 |
"v_proj",
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"gate_proj"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
"q_proj",
|
25 |
"v_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"k_proj"
|
|
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"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 92317600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5af705c0d328fbbcab3cba7a55efbda6926a6c6a23d32cbf97d5d4612cf85a80
|
3 |
size 92317600
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f901ea346990938bac75e7200a67c933141958a899baa20e88c326ba3ee1df4
|
3 |
size 5432
|