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

TULU3 MATH eval #465

Open
ypwang61 opened this issue Nov 30, 2024 · 1 comment
Open

TULU3 MATH eval #465

ypwang61 opened this issue Nov 30, 2024 · 1 comment

Comments

@ypwang61
Copy link

ypwang61 commented Nov 30, 2024

Hi, thanks for your great work, but when I try to evaluate 'models--allenai--Llama-3.1-Tulu-3-8B' on MATH dataset using this codebase, the accuracy is just all zero. Is there some format mismatch on the evaluation? (Using the same model, I can obtain ~88% GSM8k exact match rate)

I guess the problem is caused by the stop_strings:

if not args.use_chat_format:
   stop_strings += ["\n"]

comment it can obtain ~45% result

@vwxyzjn
Copy link
Collaborator

vwxyzjn commented Dec 3, 2024

Hi thanks for the issue. We use https://github.com/allenai/olmes to do evals. Would you like to check it out?

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

No branches or pull requests

2 participants