MiniGPT4_test / config.json
Vision-CAIR's picture
Push model using huggingface_hub.
2f8dad2 verified
raw
history blame contribute delete
No virus
620 Bytes
{
"chat_template": true,
"ckpt_path": "",
"drop_path_rate": 0,
"end_sym": "</s>",
"freeze_vit": true,
"img_size": 224,
"llama_model": "meta-llama/Llama-2-7b-chat-hf",
"lora_alpha": 16,
"lora_dropout": 0.05,
"lora_r": 64,
"lora_target_modules": [
"q_proj",
"v_proj"
],
"low_resource": true,
"max_context_len": 3600,
"max_txt_len": 256,
"prompt_path": "",
"prompt_template": "",
"remove_template": false,
"system_prompt": false,
"token_pooling": true,
"use_grad_checkpoint": true,
"use_grad_checkpoint_llm": true,
"vit_model": "eva_clip_g",
"vit_precision": "fp16"
}