owl-con-demo / owl-con /adapter_config.json
Hritik
add owl-con ckpt
0187095
raw
history blame
635 Bytes
{
"auto_mapping": {
"base_model_class": "MplugOwlForConditionalGeneration",
"parent_library": "mplug_owl_video.modeling_mplug_owl"
},
"base_model_name_or_path": "/local2/hbansal/video_text/mplug-owl-llama-7b-video",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"revision": null,
"target_modules": ".*language_model.*\\.(q_proj|v_proj|k_proj|o_proj|gate_proj|down_proj|up_proj)",
"task_type": null
}