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
@@ -22,12 +22,12 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
|
|
|
|
25 |
"down_proj",
|
26 |
-
"up_proj",
|
27 |
-
"v_proj",
|
28 |
"k_proj",
|
29 |
-
"
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
+
"gate_proj",
|
26 |
+
"q_proj",
|
27 |
"down_proj",
|
|
|
|
|
28 |
"k_proj",
|
29 |
+
"up_proj",
|
30 |
+
"v_proj"
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 35833568
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0b22e49f9214bbb168f8d364d793263e98c4f0f8f0234f5912f3b35ef30c4ae
|
3 |
size 35833568
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a137d601b7e2c9368fb7ba7fefc3e4745ee54d4f31e2cdd6d71dcd1c72b42fd
|
3 |
size 4856
|