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

Eval Harness Refactor Help #1067

Closed
StellaAthena opened this issue Dec 4, 2023 · 4 comments
Closed

Eval Harness Refactor Help #1067

StellaAthena opened this issue Dec 4, 2023 · 4 comments

Comments

@StellaAthena
Copy link
Member

StellaAthena commented Dec 4, 2023

We recently pushed v0.4.0 of the LM Eval Harness (previously referred to as the big-refactor branch). Large refactors always come with some transition pains, so the purpose of this issue is to document issues people have and what the best solutions are. This post will be continuously updated with recommendations for fixing common problems.

To update your local copy of this repo

git branch -m big-refactor main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

For people using a fork of our library
Before doing the above, go to Settings. In the Default branch section, select Switch to another branch and choose big-refactor. Then select Rename branch to and set it to main.

@StellaAthena StellaAthena pinned this issue Dec 4, 2023
@haileyschoelkopf
Copy link
Contributor

To update your local clone of this repository:

git branch -m big-refactor main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

@pminervini
Copy link
Contributor

Hi all! What should we use instead of lm_eval.evaluator.simple_evaluate ?

@haileyschoelkopf
Copy link
Contributor

That should still work! But is now also accessible in lm_eval.simple_evaluate() directly

@haileyschoelkopf
Copy link
Contributor

Closing this as v0.4.0 has been live for a while and we just pushed v0.4.1 !

Further questions can be directed to Issues (use the 'asking questions' label) or to EleutherAI discord's #lm-thunderdome channel.

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

3 participants