Training in progress, epoch 3
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"target_modules": [
|
22 |
"v_proj",
|
23 |
"o_proj",
|
24 |
-
"down_proj",
|
25 |
"gate_proj",
|
26 |
-
"q_proj",
|
27 |
"k_proj",
|
28 |
-
"up_proj"
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
21 |
"target_modules": [
|
22 |
"v_proj",
|
23 |
"o_proj",
|
|
|
24 |
"gate_proj",
|
|
|
25 |
"k_proj",
|
26 |
+
"up_proj",
|
27 |
+
"down_proj",
|
28 |
+
"q_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4075057512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7db15b80e61f16a8495c7a4105e41f4f7b77d64bed9f2f996155d354bce98852
|
3 |
size 4075057512
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b91761c434fbce24131c243b52ecb3a2796a636fcd0ef9d30d0ac0dc1b28b70e
|
3 |
size 5688
|