Training in progress, step 2000
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,9 +21,9 @@
|
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
24 |
-
"k_proj",
|
25 |
-
"q_proj",
|
26 |
"down_proj",
|
|
|
|
|
27 |
"gate_proj",
|
28 |
"v_proj",
|
29 |
"up_proj"
|
|
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
|
|
|
|
24 |
"down_proj",
|
25 |
+
"q_proj",
|
26 |
+
"k_proj",
|
27 |
"gate_proj",
|
28 |
"v_proj",
|
29 |
"up_proj"
|
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:b7ac542a706bc4eefb9c77485603f453e8e93f8f5eea53857f85fbd58b3f007c
|
3 |
size 167832240
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a492f7a5401c87e8b2b8dd941b4c483d564c996fcd8e8064ce0431e2c48129f
|
3 |
size 4920
|