Training in progress, step 400
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,12 +24,12 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
|
|
|
| 27 |
"k_proj",
|
|
|
|
| 28 |
"gate_proj",
|
| 29 |
"down_proj",
|
| 30 |
-
"v_proj",
|
| 31 |
-
"q_proj",
|
| 32 |
-
"up_proj",
|
| 33 |
"o_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"q_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
"k_proj",
|
| 30 |
+
"up_proj",
|
| 31 |
"gate_proj",
|
| 32 |
"down_proj",
|
|
|
|
|
|
|
|
|
|
| 33 |
"o_proj"
|
| 34 |
],
|
| 35 |
"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 80792880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24712908767e2befaca449e46c030ba8f58d8fe9a54ae266896ef180ad8af066
|
| 3 |
size 80792880
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdb13474c57a21a10d543606f7731d7f5a2ad163c4c867cb1c40e1d3cfa81e0d
|
| 3 |
size 8056
|