Training in progress, step 250
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -25,13 +25,13 @@
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"q_proj",
|
|
|
28 |
"v_proj",
|
29 |
-
"down_proj",
|
30 |
-
"k_proj",
|
31 |
"o_proj",
|
32 |
-
"
|
33 |
"gate_proj",
|
34 |
-
"lm_head"
|
|
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"q_proj",
|
28 |
+
"up_proj",
|
29 |
"v_proj",
|
|
|
|
|
30 |
"o_proj",
|
31 |
+
"k_proj",
|
32 |
"gate_proj",
|
33 |
+
"lm_head",
|
34 |
+
"down_proj"
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1296576576
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7c744edf8b80ce17b9f91b1ca48c39f803beb369b2d85f1e4ffa24df861fb97
|
3 |
size 1296576576
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9016
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4917f4a62978f1f7d75249f2c8c052cbfd9971b3bdd87522710d8c7250413b25
|
3 |
size 9016
|