VideoChatGPT
DriVLMe / adapter_config.json
6kplus's picture
Upload 5 files
1a33f17 verified
raw
history blame contribute delete
588 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "/nfs/turbo/coe-chaijy-unreplicated/pre-trained-weights/LLaVA/LLaVA-7B-Lightening-v1-1/",
"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",
"o_proj",
"v_proj",
"k_proj",
"up_proj",
"gate_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}