Unverified Commit 80a056bb authored by Brian Vaughan's avatar Brian Vaughan Committed by GitHub
Browse files

reference `--tasks list` in README (#1726)

https://github.com/EleutherAI/lm-evaluation-harness/issues/1698
parent 3196e907
...@@ -84,7 +84,7 @@ lm_eval --model hf \ ...@@ -84,7 +84,7 @@ lm_eval --model hf \
--batch_size auto:4 --batch_size auto:4
``` ```
The full list of supported arguments are provided [here](./docs/interface.md), and on the terminal by calling `lm_eval -h`. Alternatively, you can use `lm-eval` instead of `lm_eval`. The full list of supported arguments are provided [here](./docs/interface.md), and on the terminal by calling `lm_eval -h`. Alternatively, you can use `lm-eval` instead of `lm_eval`. A list of supported tasks can be viewed with `lm-eval --tasks list`.
> [!Note] > [!Note]
> Just like you can provide a local path to `transformers.AutoModel`, you can also provide a local path to `lm_eval` via `--model_args pretrained=/path/to/model` > Just like you can provide a local path to `transformers.AutoModel`, you can also provide a local path to `lm_eval` via `--model_args pretrained=/path/to/model`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment