Training in progress, step 2500
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -27,11 +27,11 @@
|
|
27 |
"target_modules": [
|
28 |
"q_proj",
|
29 |
"o_proj",
|
30 |
-
"gate_proj",
|
31 |
"up_proj",
|
|
|
|
|
32 |
"v_proj",
|
33 |
-
"down_proj"
|
34 |
-
"k_proj"
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
|
|
27 |
"target_modules": [
|
28 |
"q_proj",
|
29 |
"o_proj",
|
|
|
30 |
"up_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"k_proj",
|
33 |
"v_proj",
|
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 2317553416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e7b6d658db4c291f3d66fbcc45bb493bd2dab7b4d598989d8edf42faf541e1a
|
3 |
size 2317553416
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5841
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49ddd507a94d8764cf0503bda087e864c900179ff9c9b41b6acf5f750ddeee9c
|
3 |
size 5841
|