Training in progress, step 400
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
adapter_config.json
CHANGED
@@ -24,10 +24,10 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"gate_proj",
|
|
|
27 |
"q_proj",
|
28 |
"o_proj",
|
29 |
-
"k_proj"
|
30 |
-
"v_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
"q_proj",
|
29 |
"o_proj",
|
30 |
+
"k_proj"
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"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 369142184
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21223e745b2a356f72ddc5bc0cff3468f652182557ce306822f441c8f2085f53
|
3 |
size 369142184
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
|
3 |
+
size 17209920
|