Training in progress, step 50
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -19,11 +19,11 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"q_proj",
|
| 23 |
-
"v_proj",
|
| 24 |
-
"up_proj",
|
| 25 |
"down_proj",
|
| 26 |
-
"
|
|
|
|
|
|
|
|
|
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM"
|
| 29 |
}
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 22 |
"down_proj",
|
| 23 |
+
"v_proj",
|
| 24 |
+
"gate_proj",
|
| 25 |
+
"q_proj",
|
| 26 |
+
"up_proj"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM"
|
| 29 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 562080424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84a7de9419681647dbeb00c77848714b0c224a6ac8f6745eeffa2d448528cba5
|
| 3 |
size 562080424
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6072
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cdf6f5ddbd2b1e340a03d3c766de689bf41c4a0d5abcf1b443ad5a1dcd5c80d
|
| 3 |
size 6072
|