Co-authored-by: Ying Sheng <sqy1415@gmail.com> Co-authored-by: Liangsheng Yin <hnyls2002@gmail.com> Co-authored-by: Zhiqiang Xie <xiezhq@stanford.edu> Co-authored-by: parasol-aser <3848358+parasol-aser@users.noreply.github.com> Co-authored-by: LiviaSun <33578456+ChuyueSun@users.noreply.github.com> Co-authored-by: Cody Yu <hao.yu.cody@gmail.com>
10 lines
314 B
Bash
10 lines
314 B
Bash
#!/bin/bash
|
|
|
|
python -m llava.eval.model_vqa_loader \
|
|
--model-path liuhaotian/llava-v1.5-7b \
|
|
--question-file ./mme_pack/llava_mme_bench_replace.jsonl \
|
|
--image-folder ./mme_pack/MME_Benchmark_release_version \
|
|
--answers-file ./answers_hf_mme.jsonl \
|
|
--temperature 0 \
|
|
--conv-mode vicuna_v1
|