Internvl and MMMU dataset evaluation#4509
Closed
Fxycst1213 wants to merge 14 commits intosgl-project:mainfrom
Closed
Internvl and MMMU dataset evaluation#4509Fxycst1213 wants to merge 14 commits intosgl-project:mainfrom
Fxycst1213 wants to merge 14 commits intosgl-project:mainfrom
Conversation
|
@Fxycst1213 Well done, maybe you can update qwen2-vl and internvl's mmmu accuracy results in #4456 |
6 tasks
Author
|
@zhaochenyang20 I have fixed some bugs. Could you help me test it again? |
Collaborator
reruned. thanks! if you need immediate rerun, ping me in wechat. |
Contributor
|
This pull request has been automatically closed due to inactivity. Please feel free to reopen it if needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
1.Based on the #3351 branch, I implemented the internvl model with the language part from Qwen.



2.When evaluating the model using the MMMU dataset, we encountered some issues with multi-image inputs. The generated prompt was incomplete. We conducted a comparison using VLMEvalKIT, and the results are as follows.
VLMevalKIT:
bench_hf:
Additionally, different models require different prompt modifications. For example, InternVL requires the use of "Image-i" as a separator for multi-image inputs.When evaluating the InternVL model using bench_hf, I found that its prompt differs from the one generated by VLMEvalKIT.The correct prompt format should be as follows:
The Qwen2-VL-7B model performed lower compared to the test results on the VLMevalKIT.
Modifications
Added the InternVL model and conducted tests on it. After modifying the MMMU evaluation script, we evaluated InternVL-38B and Qwen2VL-38B, and updated the results in the README.
InternVL38B
VLMevalKIT
bench_hf
bench_sglang
Qwen2-VL-7B
VLMevalKIT
bench_hf
bench_sglang
Checklist