r2gen2-3 / adapter_config.json
aayushv2001's picture
Training in progress, step 7750
9021b71 verified
raw
history blame
997 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"(proj): Linear8bitLt(in_features=1280, out_features=1280, bias=True)",
"(2): Linear8bitLt(in_features=5120, out_features=3584, bias=True)",
"down_proj",
"fc1",
"qkv",
"(0): Linear8bitLt(in_features=5120, out_features=5120, bias=True)",
"q_proj",
"v_proj",
"k_proj",
"gate_proj",
"o_proj",
"fc2",
"up_proj",
"lm_head"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}