qwen1.5-14b-iepile-lora / adapter_config.json
ghh001's picture
Upload 2 files
364bff1 verified
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "/gruntdata/event_graph/llm_models/Qwen__Qwen1.5-14B-Chat",
"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": 64.0,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"v_proj",
"k_proj",
"o_proj",
"down_proj",
"gate_proj",
"up_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}