Commit c39b6c4
authored
feat: add VLMEvalKit-compatible Qwen task variants for MMMU and MMStar (#1021)
Add new task variants that use VLMEvalKit-style prompt formatting:
- mmmu_val_qwen: Uses 'Question: {q}' prefix and 'Answer with the option letter only.' suffix
- mmstar_qwen: Uses same VLMEvalKit-compatible prompt structure
These variants help users reproduce benchmark scores closer to official Qwen
results reported in VLMEvalKit evaluations.
Usage:
python -m lmms_eval --model qwen2_5_vl --tasks mmmu_val_qwen,mmstar_qwen ...
Addresses score reproduction gaps reported in Issues #935, #932, #881, #9011 parent 9b153d3 commit c39b6c4
File tree
2 files changed
+33
-0
lines changed- lmms_eval/tasks
- mmmu
- mmstar
2 files changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments