-
Notifications
You must be signed in to change notification settings - Fork 619
No chat template in evaluation #2459
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
Comments
@joecummings , mind taking a look? |
@felipemello1 It should be simple fix. We need to expose |
I explored using torchtune's apply_chat_template here but since Eleuther does it's own formatting, they'd conflict with each other. To echo what @krammnic already said, we need to
|
@pbontrager Can I take this now? |
fire the lasers |
In LLAMA3 tokenizer, chat template is applied with the option to add system instruction. However, when using eleuther_eval.py, the tokenization process do not apply chat template. How can this be done?
The text was updated successfully, but these errors were encountered: