Skip to content

Commit

Permalink
Merge pull request #2 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
Btlmd authored Oct 21, 2023
2 parents 239dc2e + 88f77c5 commit 4d6d561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Held-out tasks are recompiled from the following frameworks:
python eval_general/eval_mt_bench_tgi.py --host 127.0.0.1 --port 30070 --model-id agentlm-70b
```

- Evalutate the answers with GPT-4
- Evaluate the answers with GPT-4
```bash
cd FastChat/fastchat/llm_judge
OPENAI_API_KEY=<your-api-key> python gen_judgment.py --model-list agentlm-70b --parallel <number-of-cuncurrent-requests>
Expand Down

0 comments on commit 4d6d561

Please sign in to comment.