ArabVLM / adapter_config.json
BigData-KSU's picture
Upload 15 files
cd0cb4c verified
raw
history blame contribute delete
560 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "./ALLAM_checkpoints/ALLaM/ALLaM-7B-Instruct-preview_llama",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 128,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"revision": null,
"target_modules": [
"o_proj",
"v_proj",
"gate_proj",
"up_proj",
"q_proj",
"k_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}