Training in progress, step 20
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,10 +22,10 @@
|
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
24 |
"v_proj",
|
25 |
-
"k_proj",
|
26 |
"down_proj",
|
27 |
-
"up_proj",
|
28 |
"gate_proj",
|
|
|
|
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
24 |
"v_proj",
|
|
|
25 |
"down_proj",
|
|
|
26 |
"gate_proj",
|
27 |
+
"up_proj",
|
28 |
+
"k_proj",
|
29 |
"q_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 100966336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb6e295ad631ead3de5960e8ca95d746da3534bf237f79aa05f672c56c4a8753
|
3 |
size 100966336
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ad82ad32525e933af8b9fc0db6dec8e95c1d489a1adc2b0fa6be91ccfcf9268
|
3 |
size 6712
|