Upload model
This commit is contained in:
32
adapter_config.json
Normal file
32
adapter_config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"alpha_pattern": {},
|
||||
"auto_mapping": null,
|
||||
"base_model_name_or_path": "teknium/OpenHermes-2.5-Mistral-7B",
|
||||
"bias": "none",
|
||||
"fan_in_fan_out": false,
|
||||
"inference_mode": true,
|
||||
"init_lora_weights": true,
|
||||
"layers_pattern": null,
|
||||
"layers_to_transform": null,
|
||||
"loftq_config": {},
|
||||
"lora_alpha": 16,
|
||||
"lora_dropout": 0,
|
||||
"megatron_config": null,
|
||||
"megatron_core": "megatron.core",
|
||||
"modules_to_save": null,
|
||||
"peft_type": "LORA",
|
||||
"r": 8,
|
||||
"rank_pattern": {},
|
||||
"revision": "unsloth",
|
||||
"target_modules": [
|
||||
"k_proj",
|
||||
"v_proj",
|
||||
"down_proj",
|
||||
"o_proj",
|
||||
"q_proj",
|
||||
"up_proj",
|
||||
"gate_proj"
|
||||
],
|
||||
"task_type": "CAUSAL_LM",
|
||||
"use_rslora": true
|
||||
}
|
||||
Reference in New Issue
Block a user