Training in progress, step 2500
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,9 +22,9 @@
|
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
"down_proj",
|
25 |
-
"
|
26 |
"up_proj",
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
|
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
"down_proj",
|
25 |
+
"gate_proj",
|
26 |
"up_proj",
|
27 |
+
"q_proj"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 252750032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09a70e7670a74d1a7d320e684271b3d309357a02231ce9e5d55766fe34d31f9f
|
3 |
size 252750032
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf461f65739fdbf1b9eaa94154c9796ffb001b21ebc956f34d99fa12e57c6724
|
3 |
size 6712
|