VideoLLava-demo / adapter_config.json
rrevoid's picture
Training done
9702c2b verified
Raw
History Blame Contribute Delete
855 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "InternVLChatModel",
"parent_library": "transformers_modules.OpenGVLab.InternVL2-8B.c527cd3717f4bb8339002b342bc9476ec0485004.modeling_internvl_chat"
},
"base_model_name_or_path": "OpenGVLab/InternVL2-8B",
"bias": "none",
"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": 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": [
"w3",
"w2",
"wo",
"wqkv",
"w1",
"output"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}