Skip to content

Commit 1057cb5

Browse files
brian-dellabettaHDCharles
authored andcommitted
chartqa p1
Signed-off-by: Brian Dellabetta <bdellabe@redhat.com>
1 parent 3ee6c67 commit 1057cb5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

tests/lmeval/configs/vl_fp8_dynamic_per_token.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ lmeval:
88
model_args:
99
dtype: bfloat16
1010
convert_img_format: True
11-
task: mmmu_val_literature
11+
task: chartqa
1212
apply_chat_template: True
1313
num_fewshot: 0
14-
batch_size: 8
15-
# dense model achieves accuracy of 0.833
14+
batch_size: 100
15+
limit: 100
16+
# test runs in 26m
17+
# dense model achieves exact_match accuracy of 0.530
18+
# dense model achieves relaxed_accuracy of 0.780
19+
# dense model achieves anywhere_accuracy of 0.800
1620
metrics:
17-
acc,none: 0.833
21+
exact_match,none: 0.530
22+
relaxed_accuracy,none: 0.780
23+
anywhere_accuracy,none: 0.810

0 commit comments

Comments
 (0)