Training in progress, step 100
Browse files- adapter_config.json +5 -5
- 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 |
-
"
|
|
|
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 |
}
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
+
"o_proj",
|
26 |
+
"v_proj",
|
27 |
"up_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_proj",
|
30 |
"q_proj",
|
31 |
+
"k_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:c754fa1b3ca6ecb6efd125ef92500e12078e05cda71a7f20f187aa0b682e8c3b
|
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:fc23881a4efa499f7d14866a1de54100969413265ad2122de0c31922142e4c1d
|
3 |
size 4728
|