blip2_video_v0 / adapter_config.json
SeeonQwQ's picture
Upload model
b3ea3a1 verified
raw
history blame contribute delete
700 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "Blip2ForConditionalGeneration",
"parent_library": "transformers.models.blip_2.modeling_blip_2"
},
"base_model_name_or_path": "Salesforce/blip2-flan-t5-xl",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"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": [
"q"
],
"task_type": null,
"use_rslora": false
}