Skip to content

Commit

Permalink
Add FAQ on lm_eval.tasks.initialize_tasks() to README (#1330)
Browse files Browse the repository at this point in the history
* Update README.md

* [!Tip]
  • Loading branch information
haileyschoelkopf authored Jan 25, 2024
1 parent a0f1cac commit 52f48e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ Additionally, one can provide a directory with `--use_cache` to cache the result
For a full list of supported arguments, check out the [interface](https://github.com/EleutherAI/lm-evaluation-harness/blob/main/docs/interface.md) guide in our documentation!
> [!Tip]
> Running lm-evaluation-harness as an external library and can't find (almost) any tasks available? run `lm_eval.tasks.initialize_tasks()` to load the library's stock tasks before calling `lm_eval.evaluate()` or `lm_eval.simple_evaluate()` !
## Visualizing Results
You can use [Zeno](https://zenoml.com) to visualize the results of your eval harness runs.
Expand Down

0 comments on commit 52f48e8

Please sign in to comment.