Training in progress, step 107
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -32,13 +32,13 @@
|
|
| 32 |
"rank_pattern": {},
|
| 33 |
"revision": null,
|
| 34 |
"target_modules": [
|
| 35 |
-
"o_proj",
|
| 36 |
-
"up_proj",
|
| 37 |
"down_proj",
|
|
|
|
|
|
|
| 38 |
"v_proj",
|
| 39 |
-
"gate_proj",
|
| 40 |
"q_proj",
|
| 41 |
-
"
|
|
|
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
"task_type": null,
|
|
|
|
| 32 |
"rank_pattern": {},
|
| 33 |
"revision": null,
|
| 34 |
"target_modules": [
|
|
|
|
|
|
|
| 35 |
"down_proj",
|
| 36 |
+
"o_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
"v_proj",
|
|
|
|
| 39 |
"q_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"gate_proj"
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 41985952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dccbe3c2a794ba7f0ba30293f63db7f1cecd08071949fe2682fb0f24980e0c8
|
| 3 |
size 41985952
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6225
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:424db2ae2af873b02c0602a2d05485a19c24c4f6967fa5e4db845fb9f27ccbd8
|
| 3 |
size 6225
|