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

added offsetbias execute prompt and judgement process code #159

Merged
merged 5 commits into from
Jul 26, 2024

Conversation

sanghyuk-choi
Copy link
Contributor

I've just added prompt and judgement code for NCSOFT/Llama-3-OffsetBias-8B.

@natolambert natolambert linked an issue Jul 25, 2024 that may be closed by this pull request
@natolambert
Copy link
Collaborator

natolambert commented Jul 25, 2024

@sanghyuk-choi need some changes to support this model. E.g. which version of VLLM do we need? Seems like we at least need that (could not run this on my previous image).

EDIT: This may be a different issue in run_generative, checking.

@natolambert
Copy link
Collaborator

natolambert commented Jul 25, 2024

@sanghyuk-choi I made changes directly here: sanghyuk-choi#1

@natolambert
Copy link
Collaborator

Scores are live, so we should be able to merge this soon.

@sanghyuk-choi
Copy link
Contributor Author

also I have fixed my mistake by adding model_modifier when calling process_judgement in run_judge_pair function.

@natolambert
Copy link
Collaborator

Nice, yeah @sanghyuk-choi this looks good. Sorry for lumping a bunch of small fixes into your code, I got a little carried away. merging as long as checks pass.

@natolambert natolambert merged commit bc72fb2 into allenai:main Jul 26, 2024
3 checks passed
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.

Add new Reward Model and Generative Model.
2 participants