Upload folder using huggingface_hub
Browse files- adapter_config.json +10 -8
- adapter_model.safetensors +2 -2
- tokenizer_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -3,8 +3,9 @@
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
|
| 5 |
"bias": "none",
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 8 |
"fan_in_fan_out": false,
|
| 9 |
"inference_mode": true,
|
| 10 |
"init_lora_weights": true,
|
|
@@ -12,23 +13,24 @@
|
|
| 12 |
"layers_pattern": null,
|
| 13 |
"layers_to_transform": null,
|
| 14 |
"loftq_config": {},
|
| 15 |
-
"lora_alpha":
|
| 16 |
-
|
| 17 |
"lora_dropout": 0.1,
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
| 20 |
"modules_to_save": null,
|
| 21 |
"peft_type": "LORA",
|
| 22 |
-
"r":
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
| 26 |
"qkv_proj",
|
| 27 |
"o_proj",
|
| 28 |
-
"down_proj"
|
| 29 |
-
"gate_up_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 32 |
"use_dora": false,
|
| 33 |
-
"use_rslora":
|
| 34 |
}
|
|
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
|
| 5 |
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
"fan_in_fan_out": false,
|
| 10 |
"inference_mode": true,
|
| 11 |
"init_lora_weights": true,
|
|
|
|
| 13 |
"layers_pattern": null,
|
| 14 |
"layers_to_transform": null,
|
| 15 |
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 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 |
+
"r": 16,
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"gate_up_proj",
|
| 28 |
"qkv_proj",
|
| 29 |
"o_proj",
|
| 30 |
+
"down_proj"
|
|
|
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
| 33 |
+
"trainable_token_indices": null,
|
| 34 |
"use_dora": false,
|
| 35 |
+
"use_rslora": true
|
| 36 |
}
|
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:3c7e116ec2c0316935ecc5628d800fc5ce509685863bb7569468886ced00582e
|
| 3 |
+
size 100697728
|
tokenizer_config.json
CHANGED
|
@@ -122,7 +122,7 @@
|
|
| 122 |
"eos_token": "<|endoftext|>",
|
| 123 |
"extra_special_tokens": {},
|
| 124 |
"legacy": false,
|
| 125 |
-
"max_seq_length":
|
| 126 |
"model_max_length": 131072,
|
| 127 |
"pad_token": "<|endoftext|>",
|
| 128 |
"padding_side": "left",
|
|
|
|
| 122 |
"eos_token": "<|endoftext|>",
|
| 123 |
"extra_special_tokens": {},
|
| 124 |
"legacy": false,
|
| 125 |
+
"max_seq_length": 32768,
|
| 126 |
"model_max_length": 131072,
|
| 127 |
"pad_token": "<|endoftext|>",
|
| 128 |
"padding_side": "left",
|