Training in progress, step 13
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,12 +20,12 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"up_proj",
|
| 24 |
"k_proj",
|
|
|
|
| 25 |
"o_proj",
|
| 26 |
-
"v_proj",
|
| 27 |
-
"down_proj",
|
| 28 |
"gate_proj",
|
|
|
|
|
|
|
| 29 |
"q_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
| 23 |
"k_proj",
|
| 24 |
+
"up_proj",
|
| 25 |
"o_proj",
|
|
|
|
|
|
|
| 26 |
"gate_proj",
|
| 27 |
+
"down_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
"q_proj"
|
| 30 |
],
|
| 31 |
"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 80792096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60032be9ee6286c17e5c28ac0dee145b85c6bee7a6fbb18b755d325865725204
|
| 3 |
size 80792096
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddf45af847055483d85c5ba862886709057bf045ebe45a06714777ce18bb7d83
|
| 3 |
size 6776
|