Upload fine-tuned model and GGUF file from training session.
Browse files- adapter_config.json +6 -6
- 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 |
"k_proj",
|
| 36 |
"gate_proj",
|
| 37 |
-
"down_proj",
|
| 38 |
-
"lm_head",
|
| 39 |
-
"q_proj",
|
| 40 |
"up_proj",
|
| 41 |
-
"
|
| 42 |
-
"v_proj"
|
|
|
|
|
|
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": null,
|
|
|
|
| 31 |
"rank_pattern": {},
|
| 32 |
"revision": null,
|
| 33 |
"target_modules": [
|
| 34 |
+
"down_proj",
|
| 35 |
+
"o_proj",
|
| 36 |
"k_proj",
|
| 37 |
"gate_proj",
|
|
|
|
|
|
|
|
|
|
| 38 |
"up_proj",
|
| 39 |
+
"q_proj",
|
| 40 |
+
"v_proj",
|
| 41 |
+
"lm_head",
|
| 42 |
+
"embed_tokens"
|
| 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:7770efca6d58143bc19b141efc17ce2e678b48a4956c59851609565f05a58a72
|
| 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:fbaacca02319051cc146c2812e4821dedf89a70723d3d5605e7706e0ce429964
|
| 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:41da9b094c3fcb1ae7c107637c01b541bc6033e7341038d8930048a5c242a97a
|
| 3 |
size 6097
|