Training in progress, step 253
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -19,10 +19,10 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"down_proj",
|
| 23 |
-
"gate_proj",
|
| 24 |
"q_proj",
|
|
|
|
| 25 |
"up_proj",
|
|
|
|
| 26 |
"v_proj"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM"
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
|
|
|
| 22 |
"q_proj",
|
| 23 |
+
"gate_proj",
|
| 24 |
"up_proj",
|
| 25 |
+
"down_proj",
|
| 26 |
"v_proj"
|
| 27 |
],
|
| 28 |
"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 281061608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3687db71f18efe4c83faedf675aa22ed4a5dbb070516d90178179363a7bb1176
|
| 3 |
size 281061608
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13128504af118696594dfbaaecc33f708464c91803fbe0c4a099722636e2a1b9
|
| 3 |
size 6456
|