Upload fine-tuned model and GGUF file from training session.
Browse files- README.md +1 -0
- adapter_config.json +11 -19
- adapter_model.safetensors +2 -2
- hyperlane-finetuned.gguf +2 -2
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
base_model: HuggingFaceTB/SmolLM2-135M-Instruct
|
| 3 |
library_name: peft
|
|
|
|
| 4 |
tags:
|
| 5 |
- base_model:adapter:HuggingFaceTB/SmolLM2-135M-Instruct
|
| 6 |
- lora
|
|
|
|
| 1 |
---
|
| 2 |
base_model: HuggingFaceTB/SmolLM2-135M-Instruct
|
| 3 |
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
- base_model:adapter:HuggingFaceTB/SmolLM2-135M-Instruct
|
| 7 |
- lora
|
adapter_config.json
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
-
"auto_mapping":
|
| 4 |
-
"base_model_class": "LlamaForCausalLM",
|
| 5 |
-
"parent_library": "transformers.models.llama.modeling_llama"
|
| 6 |
-
},
|
| 7 |
"base_model_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
|
| 8 |
-
"bias": "
|
| 9 |
"corda_config": null,
|
| 10 |
"eva_config": null,
|
| 11 |
"exclude_modules": null,
|
|
@@ -16,33 +13,28 @@
|
|
| 16 |
"layers_pattern": null,
|
| 17 |
"layers_to_transform": null,
|
| 18 |
"loftq_config": {},
|
| 19 |
-
"lora_alpha":
|
| 20 |
"lora_bias": false,
|
| 21 |
-
"lora_dropout": 0.
|
| 22 |
"megatron_config": null,
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
-
"modules_to_save":
|
| 25 |
-
"embed_tokens",
|
| 26 |
-
"lm_head"
|
| 27 |
-
],
|
| 28 |
"peft_type": "LORA",
|
| 29 |
"qalora_group_size": 16,
|
| 30 |
-
"r":
|
| 31 |
"rank_pattern": {},
|
| 32 |
"revision": null,
|
| 33 |
"target_modules": [
|
| 34 |
-
"
|
| 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":
|
| 46 |
"trainable_token_indices": null,
|
| 47 |
"use_dora": false,
|
| 48 |
"use_qalora": false,
|
|
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
|
|
|
|
|
|
|
|
|
| 4 |
"base_model_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
"corda_config": null,
|
| 7 |
"eva_config": null,
|
| 8 |
"exclude_modules": null,
|
|
|
|
| 13 |
"layers_pattern": null,
|
| 14 |
"layers_to_transform": null,
|
| 15 |
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 64,
|
| 17 |
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.1,
|
| 19 |
"megatron_config": null,
|
| 20 |
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
|
|
|
|
|
|
|
|
|
| 22 |
"peft_type": "LORA",
|
| 23 |
"qalora_group_size": 16,
|
| 24 |
+
"r": 32,
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"v_proj",
|
|
|
|
| 29 |
"k_proj",
|
| 30 |
+
"down_proj",
|
| 31 |
"gate_proj",
|
| 32 |
+
"o_proj",
|
| 33 |
"up_proj",
|
| 34 |
+
"q_proj"
|
|
|
|
|
|
|
|
|
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
"trainable_token_indices": null,
|
| 39 |
"use_dora": false,
|
| 40 |
"use_qalora": false,
|
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:698ac3b5513872988146c3ec55b1e495ded6a961bf3434666d435829fa6ce6f9
|
| 3 |
+
size 39131224
|
hyperlane-finetuned.gguf
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:ea303f7d820a0e962151aed9d4dac7e617686eea52a98845ae7736fa89d0993a
|
| 3 |
+
size 270885792
|
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:fd8614a13250ac7bc9647cdb8d961d7e96383e9af4f08565e1f446ee9cc4480f
|
| 3 |
size 6097
|