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