Training in progress, step 770
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"q_proj",
|
23 |
-
"gate_proj",
|
24 |
-
"up_proj",
|
25 |
-
"down_proj",
|
26 |
"k_proj",
|
|
|
|
|
|
|
27 |
"o_proj",
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"q_proj",
|
|
|
|
|
|
|
23 |
"k_proj",
|
24 |
+
"v_proj",
|
25 |
+
"down_proj",
|
26 |
+
"up_proj",
|
27 |
"o_proj",
|
28 |
+
"gate_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 145287696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:527dda66243b8e561a402a29fae64bfcf40d9bd4a543f8fbba82256b46bc35aa
|
3 |
size 145287696
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e881c0023e35912658acadbed8b82b42ce8c9f483ec5f254d9ba8e488b487a05
|
3 |
size 4792
|