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

Nemotron fix #61

Closed
wants to merge 4 commits into from
Closed

Nemotron fix #61

wants to merge 4 commits into from

Conversation

shtoshni
Copy link
Collaborator

Added eval map for Nemotron models.

@shtoshni shtoshni requested a review from Kipok July 15, 2024 20:06

EVAL_MAP = {
'base': {
'default': 'nemotron/fewshot',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not really for the base model as it still uses the extra id tokens. Why do you need to add this file? If you only eval on math benchmarks, you don't need to specify the eval map stuff and our previous commands should work. If you want to eval on both math and other benchmarks, then you need to add other prompts

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file was added because Nemotron-340B math evaluations required this eval_map file. Or we can do without it as well?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should work without it (there was a bug, but it should be fixed now). Let me know if you're running into problems

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you do want to merge this, then please also add the prompts for code benchmarks + a proper base prompt (or just remove base). If not, let's just not merge this for now to not confuse people since we only want to have that file when multi-area eval is actually possible

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not merge for now then since I haven't tested prompts with Nemotron models for different tasks.

@shtoshni shtoshni closed this Jul 15, 2024
@shtoshni shtoshni deleted the nemotron-fix branch August 7, 2024 20:54
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

Successfully merging this pull request may close these issues.

2 participants