Training in progress, step 4
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,12 +24,12 @@
|
|
24 |
"revision": "unsloth",
|
25 |
"target_modules": [
|
26 |
"o_proj",
|
|
|
27 |
"k_proj",
|
|
|
28 |
"gate_proj",
|
29 |
-
"up_proj",
|
30 |
"v_proj",
|
31 |
-
"
|
32 |
-
"down_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
24 |
"revision": "unsloth",
|
25 |
"target_modules": [
|
26 |
"o_proj",
|
27 |
+
"q_proj",
|
28 |
"k_proj",
|
29 |
+
"down_proj",
|
30 |
"gate_proj",
|
|
|
31 |
"v_proj",
|
32 |
+
"up_proj"
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"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 2969089584
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da1c040e73627d172bada7ede0d50219b1359e1826e0317544486ae4922aad81
|
3 |
size 2969089584
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51ec2f7c32ed68f93a2d58b9d808c7d6e793972fdc0fe162bed80ce09ef2fc3c
|
3 |
size 5112
|