Training in progress, step 4000
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"v_proj",
|
23 |
-
"q_proj",
|
24 |
-
"up_proj",
|
25 |
"k_proj",
|
|
|
26 |
"down_proj",
|
27 |
-
"gate_proj"
|
|
|
|
|
28 |
],
|
29 |
"task_type": null
|
30 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
22 |
"k_proj",
|
23 |
+
"up_proj",
|
24 |
"down_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"v_proj",
|
27 |
+
"q_proj"
|
28 |
],
|
29 |
"task_type": null
|
30 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 75548136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57ce193649ea9204902213555438fae375a77cfb26024c2a55b1fc8cacfa0fd8
|
3 |
size 75548136
|
training_args.bin
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:4b87fde4afb7e23bff77b56930f383ce644255c6a72cc12918e5b6fd8dda88b7
|
3 |
+
size 4728
|