Training in progress, step 13
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
|
|
24 |
"k_proj",
|
25 |
-
"q_proj",
|
26 |
"gate_proj",
|
27 |
"down_proj",
|
28 |
-
"
|
29 |
"v_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
24 |
+
"up_proj",
|
25 |
"k_proj",
|
|
|
26 |
"gate_proj",
|
27 |
"down_proj",
|
28 |
+
"q_proj",
|
29 |
"v_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 83945296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d5995e42ac8e31345d8b79497f9769cdaa82dcaffc026f6a84dc85998a3f5e3
|
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:da8d3dabf7772e776f53bd1e55a37d2ede1f751ce4552c6a2837f3220208c657
|
3 |
size 6776
|