Training in progress, step 200
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"down_proj",
|
25 |
-
"o_proj",
|
26 |
"up_proj",
|
27 |
"v_proj",
|
28 |
-
"
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate_proj",
|
|
|
|
|
24 |
"up_proj",
|
25 |
"v_proj",
|
26 |
+
"q_proj",
|
27 |
+
"down_proj",
|
28 |
+
"k_proj",
|
29 |
+
"o_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 83946192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd1c35637d3da405c7b34808ef83c50ca2f6fa52eeaa4495f636bb261783567a
|
3 |
size 83946192
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 17210019
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d393630a2147bd23dd04658e2a911a608c78242feacf131090d27a14702d3cf
|
3 |
size 17210019
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcdd261c496cb54c7960afb368f52307ec49321e5d2d0fc90e5fe5176113d5aa
|
3 |
size 7352
|