Training in progress, step 25
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,11 +22,11 @@
|
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
"o_proj",
|
25 |
-
"down_proj",
|
26 |
"k_proj",
|
27 |
-
"
|
|
|
28 |
"q_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
"o_proj",
|
|
|
25 |
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"down_proj",
|
28 |
"q_proj",
|
29 |
+
"up_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 156926880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65405ae444df32afd0c2438b6ee731fab60b95b56c0219baefc70f8c4a40de03
|
3 |
size 156926880
|
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:ca7570c1a84ec9fd90550b9cc88334bb96c7e7a9f33b9061b066e49eb42d8735
|
3 |
size 6776
|