ViT_POC_Fine_Tuning / adapter_config.json
kevinzhang120's picture
Training in progress, epoch 9
422dfe2 verified
raw
history blame contribute delete
835 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "InternVLChatModel",
"parent_library": "modeling_internvl_chat"
},
"base_model_name_or_path": "OpenGVLab/InternVL2-8B",
"bias": "lora_only",
"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_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": [
"attention.wo",
"attention.wqkv",
"output",
"feed_forward.w1",
"feed_forward.w3",
"feed_forward.w2"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}