Training in progress, step 60
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -28,12 +28,12 @@
|
|
| 28 |
"rank_pattern": {},
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
| 31 |
-
"down_proj",
|
| 32 |
-
"q_proj",
|
| 33 |
-
"gate_proj",
|
| 34 |
-
"o_proj",
|
| 35 |
"k_proj",
|
|
|
|
| 36 |
"v_proj",
|
|
|
|
|
|
|
|
|
|
| 37 |
"up_proj"
|
| 38 |
],
|
| 39 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 28 |
"rank_pattern": {},
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
"k_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
"v_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
+
"down_proj",
|
| 36 |
+
"o_proj",
|
| 37 |
"up_proj"
|
| 38 |
],
|
| 39 |
"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 167832240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c0bb564c699d02bc9ade7063868231713e59f95821540f51724f9911c49dfa9
|
| 3 |
size 167832240
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6097
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d269a778746e02ec1c3af1f7fbe2679582ebc79b1a3f885f5685f3c19739775d
|
| 3 |
size 6097
|