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

fix: update harness with link to eleuther docs #197

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 3 additions & 22 deletions examples/eleuther_harness/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,8 @@
# EleutherAI Harness

Use Zeno to visualize the data from the [Eleuther LM Evaluation Harness][1]!
There is a notebook for running harness tasks on diferent models and uploading
the results to Zeno.

You can configure tasks, models, and more directly in the notebook, get a task
list at:
[Task List](https://github.com/EleutherAI/lm-evaluation-harness/blob/master/docs/task_table.md)

## Setup

To run this example, first install the requirements:

```bash
pip install -r requirements.txt
```

You'll then need to get an API key from Zeno Hub.
Create an account at [https://hub.zenoml.com](https://hub.zenoml.com) and navigate
to [your account page](https://hub.zenoml.com/account) to get an API key.
Add this key as an environment variable, `ZENO_API_KEY`.

You can now run the notebook to create a Zeno Project for any of the
harness tasks.
You can find all the details about how to upload harness results to Zeno in the
[lm-evaluation-harness repo][2].

[1]: https://github.com/EleutherAI/lm-evaluation-harness
[2]: https://github.com/EleutherAI/lm-evaluation-harness#visualizing-results
353 changes: 0 additions & 353 deletions examples/eleuther_harness/harness.ipynb

This file was deleted.

3 changes: 0 additions & 3 deletions examples/eleuther_harness/requirements.txt

This file was deleted.