Training in progress, step 13
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,10 +23,10 @@
|
|
23 |
"k_proj",
|
24 |
"up_proj",
|
25 |
"o_proj",
|
26 |
-
"v_proj",
|
27 |
"gate_proj",
|
28 |
-
"
|
29 |
-
"q_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
23 |
"k_proj",
|
24 |
"up_proj",
|
25 |
"o_proj",
|
|
|
26 |
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
+
"q_proj",
|
29 |
+
"down_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
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:31907fd567f1048219c7ec0c3f90ea8fa0b0cbc1bbabb5ee6a2b31e103dd64f6
|
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:2bafc041714fb13c85894af1b2dcc676732f87cbf203f2cbe6a1c6e4b77437e1
|
3 |
size 6776
|