Training in progress, step 200
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 |
-
"o_proj",
|
| 27 |
-
"up_proj",
|
| 28 |
"k_proj",
|
| 29 |
-
"
|
| 30 |
"v_proj",
|
|
|
|
| 31 |
"q_proj",
|
|
|
|
| 32 |
"gate_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
| 26 |
"k_proj",
|
| 27 |
+
"up_proj",
|
| 28 |
"v_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
"q_proj",
|
| 31 |
+
"down_proj",
|
| 32 |
"gate_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 45118424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7974e943995ae8faec3b42c0941d07ef51c97aee451ba8cd7cca7d4d1fe1f141
|
| 3 |
size 45118424
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69617c1bea4a27e99b6c6729498e45489dcd01641dbfbfbf0cc0b118ad579975
|
| 3 |
size 5560
|