Image-Text-to-Text
Transformers
Safetensors
lora
Inference Endpoints
pixtral_aerial_VQA_adapter / adapter_config.json
takarajordan's picture
Upload model
fa1ca73 verified
raw
history blame
836 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "Ertugrul/Pixtral-12B-Captioner-Relaxed",
"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": 8,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"self_attn.k_proj.weight",
"mlp.gate_up_proj",
"mlp.down_proj",
"self_attn.v_proj.weight",
"self_attn.q_proj.weight",
"self_attn.out_proj.weight",
"self_attn.qkv_proj.weight"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": true
}