BLIP-Finetune-Recipes / .ipynb_checkpoints /adapter_config-checkpoint.json
luisdomene4's picture
Upload folder using huggingface_hub
2e6120d verified
raw
history blame contribute delete
948 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "BlipForConditionalGeneration",
"parent_library": "transformers.models.blip.modeling_blip"
},
"base_model_name_or_path": "model_resources",
"bias": "none",
"eva_config": null,
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_bias": false,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"output.dense",
"self_attn.projection",
"mlp.fc2",
"self.value",
"self.query",
"self.key",
"mlp.fc1",
"self_attn.qkv"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}