Training in progress, epoch 0
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"up_proj",
|
23 |
-
"down_proj",
|
24 |
"v_proj",
|
25 |
-
"k_proj",
|
26 |
"o_proj",
|
27 |
-
"
|
28 |
"q_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"k_proj",
|
23 |
+
"gate_proj",
|
24 |
"up_proj",
|
|
|
25 |
"v_proj",
|
|
|
26 |
"o_proj",
|
27 |
+
"down_proj",
|
28 |
"q_proj"
|
29 |
],
|
30 |
"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 1803907984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a45bc72b8dab905c677c709b2596af1a967f15903c5418d80f2a6f5e7f774f2b
|
3 |
size 1803907984
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f77249db5465acfe4483264e74ba40238496278dbeb3bbdd9e2b1d5af32ea20
|
3 |
size 4728
|