Training in progress, step 100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,13 +22,13 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
|
|
|
|
25 |
"q_proj",
|
26 |
-
"o_proj",
|
27 |
"k_proj",
|
28 |
"v_proj",
|
29 |
-
"
|
30 |
-
"gate_proj"
|
31 |
-
"down_proj"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM"
|
34 |
}
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
+
"down_proj",
|
26 |
+
"up_proj",
|
27 |
"q_proj",
|
|
|
28 |
"k_proj",
|
29 |
"v_proj",
|
30 |
+
"o_proj",
|
31 |
+
"gate_proj"
|
|
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM"
|
34 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2390815072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c22592b5697eb9c6cab8ee2c1de0581507f244f510231ede1dcabeba483fa7a
|
3 |
size 2390815072
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f783ecf747622c33e6bc8b85b118f7f2179eab2015c30d7cc9f8f0b9604e9a6
|
3 |
size 4728
|