Training in progress, step 4
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -62,12 +62,12 @@
|
|
62 |
"revision": "unsloth",
|
63 |
"target_modules": [
|
64 |
"q_proj",
|
65 |
-
"down_proj",
|
66 |
"o_proj",
|
67 |
-
"k_proj",
|
68 |
-
"up_proj",
|
69 |
"v_proj",
|
70 |
-
"
|
|
|
|
|
|
|
71 |
],
|
72 |
"task_type": "CAUSAL_LM"
|
73 |
}
|
|
|
62 |
"revision": "unsloth",
|
63 |
"target_modules": [
|
64 |
"q_proj",
|
|
|
65 |
"o_proj",
|
|
|
|
|
66 |
"v_proj",
|
67 |
+
"up_proj",
|
68 |
+
"k_proj",
|
69 |
+
"gate_proj",
|
70 |
+
"down_proj"
|
71 |
],
|
72 |
"task_type": "CAUSAL_LM"
|
73 |
}
|
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:30d01619647e2fd857c4c02287b4e2754d55880b13db26ca0e69eb37ab8fe071
|
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 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0831d92f400c1ac33d28c00cba312d2e61412d1807fa7957c9a965a0be5e2df2
|
3 |
size 5176
|