Skip to content

Conversation

@woodfrog
Copy link
Contributor

@woodfrog woodfrog commented Jan 12, 2025

Hi, lmms-eval team,

This PR incorporates our recent work, MEGA-Bench, a multimodal evaluation suite with over 500 real-world tasks and 45 metrics.

The evaluation process involves two steps: 1) run lmms-eval to produce the response/submission file; 2) run our evaluator with 45 diverse metrics to get the scores and multi-dimensional breakdown results.

Example response/submission file generation:

# Core set (440 tasks)
python3 -m accelerate.commands.launch \
    --num_processes=8 \
    -m lmms_eval \
    --model llava_onevision \
    --tasks megabench_core  \
    --batch_size 1 \
    --log_samples \
    --log_samples_suffix llava_ov_megabench_core \
    --output_path ./logs/ \
    --model_args=pretrained=lmms-lab/llava-onevision-qwen2-7b-ov,conv_template=qwen_1_5,model_name=llava_qwen

Detailed steps are recorded in this README file.

Please advise on the format of the README or other details, thanks!

@Luodian Luodian merged commit 4bb2f27 into EvolvingLMMs-Lab:main Jan 13, 2025
1 check failed
@woodfrog woodfrog changed the title [WIP] Add MEGA-Bench Add MEGA-Bench Jan 19, 2025
MichalCiesiolka pushed a commit to MichalCiesiolka/lmms-eval-llmzszl that referenced this pull request Apr 3, 2025
* init megabench query-response and submission generation

* submission creation & core set evaluation script

* megabench evaluator for open set w/ eval resuming

* finish megabench score generation, update readme

* update megabench score generation readme

* update megabench readme, reorg folder structure

* Update README.md

---------

Co-authored-by: Li Bo <[email protected]>
dadwadw233 pushed a commit to dadwadw233/lmms-eval that referenced this pull request Apr 28, 2025
* init megabench query-response and submission generation

* submission creation & core set evaluation script

* megabench evaluator for open set w/ eval resuming

* finish megabench score generation, update readme

* update megabench score generation readme

* update megabench readme, reorg folder structure

* Update README.md

---------

Co-authored-by: Li Bo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants