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

Update README.md

parent db1d67f6
...@@ -51,10 +51,9 @@ python main.py \ ...@@ -51,10 +51,9 @@ python main.py \
--tasks lambada,hellaswag --tasks lambada,hellaswag
``` ```
And if you want to verify the data integrity of the tasks you're performing in addition to running the tasks themselves: And if you want to verify the data integrity of the tasks you're performing in addition to running the tasks themselves, you can use the `--check_integrity` flag:
```bash ```bash
export OPENAI_API_SECRET_KEY=YOUR_KEY_HERE
python main.py \ python main.py \
--model gpt3 \ --model gpt3 \
--model_args engine=davinci \ --model_args engine=davinci \
......
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