Training in progress, step 13
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 |
-
"
|
|
|
24 |
"o_proj",
|
|
|
25 |
"gate_proj",
|
26 |
-
"up_proj",
|
27 |
-
"k_proj",
|
28 |
"q_proj",
|
29 |
"down_proj"
|
30 |
],
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"up_proj",
|
25 |
"o_proj",
|
26 |
+
"v_proj",
|
27 |
"gate_proj",
|
|
|
|
|
28 |
"q_proj",
|
29 |
"down_proj"
|
30 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 108113968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2100a5bc48126b640a557bc0663d3a3817144c2fe7ae0652a54f9a0bc7d2cd27
|
3 |
size 108113968
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccdb60a3700a92024a38b622adcc0ade102b96906d3fae3800cfb9c8ba70a55a
|
3 |
size 5304
|