Unverified Commit 773dcd7f authored by Daniel Holanda's avatar Daniel Holanda Committed by GitHub
Browse files

Update supported models (#2866)

parent 61ee8678
......@@ -329,7 +329,7 @@ To call a hosted model, use:
```bash
export OPENAI_API_KEY=YOUR_KEY_HERE
lm_eval --model openai-completions \
--model_args model=davinci \
--model_args model=davinci-002 \
--tasks lambada_openai,hellaswag
```
......@@ -398,7 +398,7 @@ To verify the data integrity of the tasks you're performing in addition to runni
```bash
lm_eval --model openai \
--model_args engine=davinci \
--model_args engine=davinci-002 \
--tasks lambada_openai,hellaswag \
--check_integrity
```
......
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