Training in progress, step 500
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -41,13 +41,13 @@
|
|
| 41 |
"rank_pattern": {},
|
| 42 |
"revision": null,
|
| 43 |
"target_modules": [
|
| 44 |
-
"up_proj",
|
| 45 |
-
"gate_proj",
|
| 46 |
"v_proj",
|
| 47 |
-
"
|
|
|
|
| 48 |
"q_proj",
|
| 49 |
"o_proj",
|
| 50 |
-
"
|
|
|
|
| 51 |
],
|
| 52 |
"target_parameters": null,
|
| 53 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 41 |
"rank_pattern": {},
|
| 42 |
"revision": null,
|
| 43 |
"target_modules": [
|
|
|
|
|
|
|
| 44 |
"v_proj",
|
| 45 |
+
"gate_proj",
|
| 46 |
+
"down_proj",
|
| 47 |
"q_proj",
|
| 48 |
"o_proj",
|
| 49 |
+
"up_proj",
|
| 50 |
+
"k_proj"
|
| 51 |
],
|
| 52 |
"target_parameters": null,
|
| 53 |
"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 581988200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d88865e60563bec88c87174a67b6932c5af6065072f3f500566f1612cdba5be
|
| 3 |
size 581988200
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14929
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9aba2a2e26c9e057e46765c01d63aa9b243a108003271d9e6bcae0a5a12cd709
|
| 3 |
size 14929
|