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 |
"down_proj",
|
26 |
-
"gate_proj",
|
27 |
"up_proj",
|
28 |
-
"
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
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",
|
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:2d021bed2dd2ea6cbc23c3a8b867bffdd55f4c368e04d09f17f3b51d4d108b02
|
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:80e50aba904d39c5864e0f36c27d2c58f2cca1afdba552845d8b36d9735033ed
|
3 |
size 6712
|