Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MEGA-Bench #496

Merged
merged 7 commits into from
Jan 13, 2025
Merged

Add MEGA-Bench #496

merged 7 commits into from
Jan 13, 2025

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
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