Skip to content

adjust rtol on certain tasks for Qwen2.5 models to match measured #27

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions Qwen/Qwen2.5-7B-Instruct/accuracy/tasks.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
tasks:
- name: arc_challenge
rtol: 0.09
metrics:
- name: acc_norm,none
value: 0.5939
value: 0.634

- name: gsm8k
rtol: 0.05
metrics:
- name: exact_match,strict-match
value: 0.7976
value: 0.8036

- name: hellaswag
metrics:
- name: acc_norm,none
value: 0.8017
value: 0.8152

- name: mmlu
metrics:
- name: acc,none
value: 0.7415
value: 0.7424

- name: truthfulqa_mc2
rtol: 0.15
metrics:
- name: acc,none
value: 0.5637
value: 0.6476

- name: winogrande
rtol: 0.09
metrics:
- name: acc,none
value: 0.7569
value: 0.7466

3 changes: 3 additions & 0 deletions RedHatAI/Qwen2.5-7B-Instruct-FP8-dynamic/accuracy/tasks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
tasks:
- name: arc_challenge
rtol: 0.16
metrics:
- name: acc_norm,none
value: 0.6314

- name: gsm8k
rtol: 0.06
metrics:
- name: exact_match,strict-match
value: 0.8006
Expand All @@ -25,6 +27,7 @@ tasks:
value: 0.6487

- name: winogrande
rtol: 0.07
metrics:
- name: acc,none
value: 0.7443
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
tasks:
- name: arc_challenge
rtol: 0.15
metrics:
- name: acc_norm,none
value: 0.6323

- name: gsm8k
rtol: 0.09
metrics:
- name: exact_match,strict-match
value: 0.8059
Expand All @@ -25,6 +27,7 @@ tasks:
value: 0.6427

- name: winogrande
rtol: 0.07
metrics:
- name: acc,none
value: 0.7419
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
tasks:
- name: arc_challenge
rtol: 0.21
metrics:
- name: acc_norm,none
value: 0.6323

- name: gsm8k
rtol: 0.09
metrics:
- name: exact_match,strict-match
value: 0.8074
Expand All @@ -25,6 +27,7 @@ tasks:
value: 0.6458

- name: winogrande
rtol: 0.05
metrics:
- name: acc,none
value: 0.7482
Expand Down
2 changes: 2 additions & 0 deletions RedHatAI/Qwen2.5-7B-quantized.w4a16/accuracy/tasks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tasks:
- name: arc_challenge
rtol: 0.17
metrics:
- name: acc_norm,none
value: 0.587
Expand All @@ -25,6 +26,7 @@ tasks:
value: 0.5548

- name: winogrande
rtol: 0.09
metrics:
- name: acc,none
value: 0.7601
Expand Down