Training in progress, step 6
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
|
|
|
|
24 |
"q_proj",
|
25 |
-
"k_proj",
|
26 |
"down_proj",
|
27 |
-
"
|
28 |
-
"v_proj"
|
29 |
-
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
24 |
+
"up_proj",
|
25 |
+
"o_proj",
|
26 |
"q_proj",
|
|
|
27 |
"down_proj",
|
28 |
+
"k_proj",
|
29 |
+
"v_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 83945296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4c6bb934a487e0bf0601fd224380c03ac2c0908fce3bd697d7a589d8505844a
|
3 |
size 83945296
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd961290b5c1511222dcde7c5274eeb95e8e3143dbf3b403d7a4f50c5202a8b5
|
3 |
size 6776
|