open-compass / open-compass/VLMEvalKit
Qwen2-VL-7B的推理结果和OpenCompass榜单上的结果不一致
Open
@PhoenixZ810 is already working on this.
Since Jan 16, 2025.
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 768
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 17
Description
用下述代码测试了MMStar:
export exp_name=./Qwen2-VL-7B-Instruct
export model_name=Qwen2-VL-7B
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 torchrun --master_port=25678 --nproc-per-node=8 run_rh2.py --data MMStar --model ${model_name} --model-path $exp_name --verbose
本地结果:
OpenCompass榜单结果:
请问可能对不齐的原因有什么呀?这两个结果理论上是会对齐的对吗🤔
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.