StarCycle's picture
init
d1dcf2d
raw
history blame contribute delete
No virus
487 Bytes
{
"model_name_or_path": "internlm/internlm2-chat-1_8b",
"data_path": "./MMBench_TEST_EN.tsv",
"work_dir": "./mmbench_results",
"llava": "./my_lora_and_projector",
"visual_encoder": "openai/CLIP-ViT-Large-patch14-336",
"visual_select_layer": -2,
"prompt_template": "internlm2_chat",
"stop_words": [
"<|im_end|>"
],
"torch_dtype": "fp16",
"bits": null,
"bot_name": "BOT",
"offload_folder": null,
"max_new_tokens": 100,
"seed": 0,
"launcher": "pytorch"
}