Unverified Commit df01adf6 authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

Fix confusing `write_out.py` instructions in README (#1371)

parent 4d7d2f64
...@@ -198,7 +198,7 @@ If you have a Metal compatible Mac, you can run the eval harness using the MPS b ...@@ -198,7 +198,7 @@ If you have a Metal compatible Mac, you can run the eval harness using the MPS b
> You can inspect what the LM inputs look like by running the following command: > You can inspect what the LM inputs look like by running the following command:
> ```bash > ```bash
> python write_out.py \ > python write_out.py \
> --tasks all_tasks \ > --tasks <task1,task2,...> \
> --num_fewshot 5 \ > --num_fewshot 5 \
> --num_examples 10 \ > --num_examples 10 \
> --output_base_path /path/to/output/folder > --output_base_path /path/to/output/folder
......
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