training full 1 epoch with function calling dataset (Trained with Unsloth)
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"target_modules": [
|
22 |
"down_proj",
|
23 |
"o_proj",
|
24 |
-
"gate_proj",
|
25 |
-
"v_proj",
|
26 |
-
"k_proj",
|
27 |
"q_proj",
|
28 |
-
"up_proj"
|
|
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_dora": false,
|
|
|
21 |
"target_modules": [
|
22 |
"down_proj",
|
23 |
"o_proj",
|
|
|
|
|
|
|
24 |
"q_proj",
|
25 |
+
"up_proj",
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"k_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"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 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05abf972a6e7d808e954abb7f58020b0626a98fe0748e1dc1d77362f787fb5f5
|
3 |
size 167832240
|