Training in progress, epoch 6
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,11 +19,11 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"k_proj",
|
23 |
-
"down_proj",
|
24 |
"gate_proj",
|
25 |
"up_proj",
|
26 |
-
"
|
27 |
"v_proj",
|
28 |
"o_proj"
|
29 |
],
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
"k_proj",
|
|
|
24 |
"gate_proj",
|
25 |
"up_proj",
|
26 |
+
"down_proj",
|
27 |
"v_proj",
|
28 |
"o_proj"
|
29 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 167832688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f31b95338697e0964456c28e1d896767d2b77f15ccce6a5815cac48e2ae94d9
|
3 |
size 167832688
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5816
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a23852b0ddec6447871b686438a9fe221871d0e3728825f7069d81234bf8cda
|
3 |
size 5816
|