Training in progress, step 200
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -25,14 +25,14 @@
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"mlp_proj",
|
28 |
-
"
|
29 |
"k_proj",
|
|
|
|
|
30 |
"gate_proj",
|
31 |
"down_proj",
|
32 |
-
"v_proj",
|
33 |
"q_proj",
|
34 |
-
"
|
35 |
-
"up_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"trainable_token_indices": null,
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"mlp_proj",
|
28 |
+
"up_proj",
|
29 |
"k_proj",
|
30 |
+
"ff_proj",
|
31 |
+
"v_proj",
|
32 |
"gate_proj",
|
33 |
"down_proj",
|
|
|
34 |
"q_proj",
|
35 |
+
"o_proj"
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"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 85218320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a01d13f797effb5b553ed4706214b449f0340cd5a0beb1c42abd50d420e4c8b7
|
3 |
size 85218320
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fbfe14c749d14f8996e6a688be69fd30d5fd48c92c6f301b39068c12e06a6b9
|
3 |
+
size 7032
|