"vscode:/vscode.git/clone" did not exist on "c0b4703c6a0eac6fa0e8b32ce9fabde0a68bcc0c"
Unverified Commit 0d9d47da authored by Leo Gao's avatar Leo Gao Committed by GitHub
Browse files

Update README.md

parent 97ca18e0
...@@ -21,7 +21,7 @@ pip install lm-eval ...@@ -21,7 +21,7 @@ pip install lm-eval
## Basic Usage ## Basic Usage
To evaluate a model, (e.g. GPT-2) on NLU tasks (e.g. LAMBADA, HellaSwag), you can run the following command. **When reporting results from eval harness, please include the task versions (shown in `results["versions"]`) for reproducibility.** This allows bug fixes to tasks while also ensuring that previously reported scores are reproducible. To evaluate a model, (e.g. GPT-2) on NLU tasks (e.g. LAMBADA, HellaSwag), you can run the following command. **When reporting results from eval harness, please include the task versions (shown in `results["versions"]`) for reproducibility.** This allows bug fixes to tasks while also ensuring that previously reported scores are reproducible. See the [Task Versioning](https://github.com/EleutherAI/lm-evaluation-harness#task-versioning) section for more info.
```bash ```bash
python main.py \ python main.py \
......
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