-
Notifications
You must be signed in to change notification settings - Fork 189
fix lm eval test reproducibility issues #1260
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3e987fb
fix lm eval test reproducbility issues
brian-dellabetta 40089ba
updated tests with additional notes of results
brian-dellabetta f67ed51
typo
brian-dellabetta 1ecef6d
scoring update
brian-dellabetta 9c87598
mmmu_val_literature
brian-dellabetta f0b5a74
w4a16 pathway
brian-dellabetta 17e0938
touchups
brian-dellabetta 9a11cbe
fix
brian-dellabetta 01d2ac5
cleanup
brian-dellabetta 57fb3f6
codereview updates
brian-dellabetta 1ee103f
GPTQ w8a8
brian-dellabetta 2f8c5e7
codereview updates
brian-dellabetta 6b7e4df
re-add scheme to config file
brian-dellabetta a9f19b9
codereview fixes, refactor stderr config
brian-dellabetta 61a7c2f
coderview edits
brian-dellabetta 9b98cc0
no longer need damp frac recipe
brian-dellabetta c681c28
drop use_stderr_atol from configs
brian-dellabetta 823fdd5
change scheme typo
brian-dellabetta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
cadence: weekly | ||
model: Qwen/Qwen2.5-VL-7B-Instruct | ||
model_class: TraceableQwen2_5_VLForConditionalGeneration | ||
scheme: FP8_DYNAMIC | ||
lmeval: | ||
model: "hf-multimodal" | ||
model_args: | ||
dtype: bfloat16 | ||
add_bos_token: True | ||
convert_img_format: True | ||
task: mmmu_val_literature | ||
num_fewshot: 0 | ||
batch_size: 8 | ||
# dense model achieves accuracy of 0.9 +/ 0.0557 | ||
metrics: | ||
acc,none: 0.8667 | ||
acc_stderr,none: 0.0557 | ||
13 changes: 7 additions & 6 deletions
13
...nfigs/vl_int8_w8a8_dynamic_per_token.yaml → ...nfigs/vl_int8_w8a8_dynamic_per_token.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
cadence: "weekly" | ||
model: llava-hf/llava-1.5-7b-hf | ||
model_class: TraceableLlavaForConditionalGeneration | ||
model: Qwen/Qwen2.5-VL-7B-Instruct | ||
model_class: TraceableQwen2_5_VLForConditionalGeneration | ||
scheme: INT8_dyn_per_token | ||
recipe: tests/e2e/vLLM/recipes/INT8/recipe_int8_channel_weight_dynamic_per_token.yaml | ||
dataset_id: lmms-lab/flickr30k | ||
dataset_split: "test[:512]" | ||
seed: 42 #compressed model is sensitive to random seed | ||
lmeval: | ||
model: "hf-multimodal" | ||
model_args: | ||
dtype: bfloat16 | ||
add_bos_token: True | ||
convert_img_format: True | ||
task: mmmu_val_economics | ||
task: mmmu_val_literature | ||
num_fewshot: 0 | ||
batch_size: 8 | ||
# dense model achieves accuracy of 0.9 +/ 0.0557 | ||
metrics: | ||
acc,none: 0.233 | ||
batch_size: 8 | ||
acc,none: 0.833 | ||
acc_stderr,none: 0.0557 |
15 changes: 8 additions & 7 deletions
15
...ped_configs/vl_w4a16_actorder_weight.yaml → ...val/configs/vl_w4a16_actorder_weight.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
cadence: "weekly" | ||
model: Qwen/Qwen2-VL-2B-Instruct | ||
model_class: TraceableQwen2VLForConditionalGeneration | ||
model: Qwen/Qwen2.5-VL-7B-Instruct | ||
model_class: TraceableQwen2_5_VLForConditionalGeneration | ||
scheme: W4A16_actorder_weight | ||
recipe: tests/e2e/vLLM/recipes/actorder/recipe_w4a16_actorder_weight.yaml | ||
dataset_id: lmms-lab/flickr30k | ||
dataset_split: "test[:512]" | ||
scheme: W4A16_actorder_group | ||
seed: 42 #compressed model is sensitive to random seed | ||
lmeval: | ||
model: "hf-multimodal" | ||
model_args: | ||
dtype: bfloat16 | ||
add_bos_token: True | ||
convert_img_format: True | ||
task: mmmu_val_economics | ||
task: mmmu_val_literature | ||
num_fewshot: 0 | ||
batch_size: 8 | ||
# dense model achieves accuracy of 0.9 +/ 0.0557 | ||
metrics: | ||
acc,none: 0.366 | ||
batch_size: 4 | ||
acc,none: 0.8333 | ||
acc_stderr,none: 0.0557 |
16 changes: 0 additions & 16 deletions
16
tests/lmeval/skipped_configs/vl_fp8_dynamic_per_token.yaml
This file was deleted.
Oops, something went wrong.
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
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.
Uh oh!
There was an error while loading. Please reload this page.