Training in progress, step 60
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -26,12 +26,12 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"
|
30 |
"v_proj",
|
31 |
-
"gate_proj",
|
32 |
"o_proj",
|
|
|
33 |
"q_proj",
|
34 |
-
"
|
35 |
"down_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"up_proj",
|
30 |
"v_proj",
|
|
|
31 |
"o_proj",
|
32 |
+
"gate_proj",
|
33 |
"q_proj",
|
34 |
+
"k_proj",
|
35 |
"down_proj"
|
36 |
],
|
37 |
"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 3173444576
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4312fb66668c8227013e1844d30ef692663021ae4f9c429bf7da8170797ef24b
|
3 |
size 3173444576
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8504
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcf9e8d2db9630a1c282eac6c3c414f6f58663e4bbacdee32c17ff7d49046188
|
3 |
size 8504
|