Training in progress, step 1100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"gate_proj",
|
23 |
-
"k_proj",
|
24 |
"v_proj",
|
25 |
-
"
|
26 |
-
"down_proj",
|
27 |
"o_proj",
|
|
|
|
|
|
|
28 |
"up_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"v_proj",
|
23 |
+
"k_proj",
|
|
|
24 |
"o_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"down_proj",
|
27 |
+
"q_proj",
|
28 |
"up_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
adapter_model.safetensors
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:f83123a6d45e06746bd6e11062600af7768f2cb0e981b8cf92c700c34e3fcc57
|
3 |
+
size 167832240
|
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:fee41ec1b45b86b78f6aa2bc1bd14d3332831518f258d69fa9acb1393bd5b3ed
|
3 |
size 5176
|