VideoGPT-plus_Vicuna-13B-4k / vcgbench /adapter_config.json
mmaaz60's picture
Upload folder using huggingface_hub
faf35d2 verified
raw
history blame contribute delete
No virus
799 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "/proj/berzelius-2023-191/users/x_fahkh/Video-ChatGPT-V2/pretrained_checkpoints/vicuna-13b-v1.5",
"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": 256,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"k_proj",
"up_proj",
"o_proj",
"down_proj",
"v_proj",
"gate_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}