Training in progress, step 1200
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -23,12 +23,12 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"
|
|
|
|
| 27 |
"k_proj",
|
| 28 |
"up_proj",
|
|
|
|
| 29 |
"gate_proj",
|
| 30 |
-
"down_proj",
|
| 31 |
-
"q_proj",
|
| 32 |
"v_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"q_proj",
|
| 27 |
+
"down_proj",
|
| 28 |
"k_proj",
|
| 29 |
"up_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
"gate_proj",
|
|
|
|
|
|
|
| 32 |
"v_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 778096664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ece4fe823275cb45fe0c2210001dbba915190c6bcf8a583d28c0c9b7009e046c
|
| 3 |
size 778096664
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14264
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a543d608cb0d0724311e678a58f6f55e2460c7804c464b1cc1241979883b527
|
| 3 |
size 14264
|