testerkto2x4 / adapter_config.json
jeiku's picture
Rename adapter_config (1).json to adapter_config.json
8cab421 verified
raw
history blame contribute delete
542 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "jeiku/2x4Bmoe",
"bias": "none",
"inference_mode": true,
"init_lora_weights": true,
"loftq_config": {},
"lora_alpha": 64,
"lora_dropout": 0.05,
"megatron_core": "megatron.core",
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"v_proj",
"q_proj",
"o_proj",
"gate",
"w3",
"w2",
"k_proj",
"w1"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}