Training in progress, step 100
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,9 +23,9 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"self_attn.
|
27 |
"self_attn.q_proj",
|
28 |
-
"self_attn.
|
29 |
],
|
30 |
"task_type": null,
|
31 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"self_attn.v_proj",
|
27 |
"self_attn.q_proj",
|
28 |
+
"self_attn.k_proj"
|
29 |
],
|
30 |
"task_type": null,
|
31 |
"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 29936104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3570bfb8043bb5e896a43f0ccc209a6187669f4bd2d3fb2a5d839365da85f701
|
3 |
size 29936104
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93a3b444d5f0f73ddebe8d808a94812fe2d954bd3956fc6be720b7dbae585bfd
|
3 |
size 5176
|