YaolunZhang
Results
2
comments of
YaolunZhang
Yes. I have reproduced the Qwen-Omni score on worldsense the code. It is 45.5
the command is : python run.py --data WorldSense_32frame --model Qwen2.5-Omni-7B But I set nframe to None in the model config: ``` "Qwen2.5-Omni-7B": partial( Qwen2VLChat, model_path="Qwen/Qwen2.5-Omni-7B", min_pixels=1280 * 28 * 28,...