halva13b384-lora / adapter_config.json
pritamqu's picture
Upload 6 files
9122f86 verified
raw
history blame contribute delete
653 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "/scratch/ssd004/scratch/pritam/.cache/huggingface/hub/models--Efficient-Large-Model--VILA1.5-13b/snapshots/f84c22b02e61eed80aa63713a61dfd49be4e9359/llm",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 256,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"revision": null,
"target_modules": [
"q_proj",
"down_proj",
"k_proj",
"up_proj",
"v_proj",
"gate_proj",
"o_proj"
],
"task_type": "CAUSAL_LM"
}