Training in progress, step 13
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
24 |
-
"v_proj",
|
25 |
"gate_proj",
|
26 |
-
"o_proj",
|
27 |
"k_proj",
|
28 |
"up_proj",
|
|
|
|
|
29 |
"down_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
|
|
24 |
"gate_proj",
|
|
|
25 |
"k_proj",
|
26 |
"up_proj",
|
27 |
+
"o_proj",
|
28 |
+
"v_proj",
|
29 |
"down_proj"
|
30 |
],
|
31 |
"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 83945296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4140ef476b84249227f8a739e6bf7c8cd6b5bfbff0d7f92f064ef1dcc0e60187
|
3 |
size 83945296
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dd5eff7e8ba8934ec163d91f632b6eb5104668c24d28f735b781ea9af7a8a71
|
3 |
size 6776
|