Training in progress, step 15
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,8 +22,8 @@
|
|
22 |
"target_modules": [
|
23 |
"self_attn.q_proj",
|
24 |
"self_attn.k_proj",
|
25 |
-
"self_attn.
|
26 |
-
"self_attn.
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
22 |
"target_modules": [
|
23 |
"self_attn.q_proj",
|
24 |
"self_attn.k_proj",
|
25 |
+
"self_attn.v_proj",
|
26 |
+
"self_attn.o_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"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 54560368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53f511f5649c6772f9c3f5a9de20c5f7fe41f9e0ee09c91f90021ad392836215
|
3 |
size 54560368
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c9c50c6a40991a16c1efb424f4d433c6ec99d80891ea3cccb46079eaf770efe
|
3 |
size 5240
|