Training in progress, epoch 4
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,13 +16,13 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
-
"
|
21 |
"k_proj",
|
22 |
"gate_proj",
|
|
|
23 |
"down_proj",
|
24 |
-
"
|
25 |
-
"q_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"up_proj",
|
20 |
+
"q_proj",
|
21 |
"k_proj",
|
22 |
"gate_proj",
|
23 |
+
"o_proj",
|
24 |
"down_proj",
|
25 |
+
"v_proj"
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 42002136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:589518e5bf3209625a1b6175864aa371e1499884da807b3064f885fdddae4693
|
3 |
size 42002136
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52efef75b90accd182dcdfe04ece963ef8dd4893cef4f4a5919eba4f4df59078
|
3 |
size 4728
|