colqwen2_5_reranker_adapter / adapter_config.json
UlrickBL's picture
Upload adapter_config.json with huggingface_hub
8a2aced verified
raw
history blame contribute delete
873 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "ColQwen2_5",
"parent_library": "colpali_engine.models.qwen2_5.colqwen2_5.modeling_colqwen2_5"
},
"base_model_name_or_path": "Qwen/Qwen2.5-VL-3B-Instruct",
"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": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"base_layer",
"up_proj",
"qkv",
"gate_proj"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}