Upload fine-tuned model and GGUF file from training session.
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- hyperlane-finetuned.gguf +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -31,15 +31,15 @@
|
|
| 31 |
"rank_pattern": {},
|
| 32 |
"revision": null,
|
| 33 |
"target_modules": [
|
| 34 |
-
"
|
|
|
|
| 35 |
"gate_proj",
|
| 36 |
"down_proj",
|
|
|
|
|
|
|
| 37 |
"up_proj",
|
| 38 |
-
"embed_tokens",
|
| 39 |
"o_proj",
|
| 40 |
-
"
|
| 41 |
-
"v_proj",
|
| 42 |
-
"q_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": null,
|
|
|
|
| 31 |
"rank_pattern": {},
|
| 32 |
"revision": null,
|
| 33 |
"target_modules": [
|
| 34 |
+
"embed_tokens",
|
| 35 |
+
"k_proj",
|
| 36 |
"gate_proj",
|
| 37 |
"down_proj",
|
| 38 |
+
"lm_head",
|
| 39 |
+
"q_proj",
|
| 40 |
"up_proj",
|
|
|
|
| 41 |
"o_proj",
|
| 42 |
+
"v_proj"
|
|
|
|
|
|
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 191453608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b14ac672aa18cf208d7e307af2b11427c005513d47536cee33d186d1eb0b85fb
|
| 3 |
size 191453608
|
hyperlane-finetuned.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 327508960
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee686de084fc174e1f36bb16e8184161b3df320e56a137dc1a7a2d29f303d3a8
|
| 3 |
size 327508960
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6097
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ba149c4848eede7c81aaf235d2e67552288c14bf3d052352c28f61e6ebf68b2
|
| 3 |
size 6097
|