Skip to content

Commit

Permalink
update elo links
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Jun 25, 2023
1 parent fb5b527 commit aa6d6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2023-06-22-leaderboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ You are welcome to check them out and see more opinions on this topic:
## Links
Below are readily available tools and code to run MT-bench and other metrics used in this blogpost:
- The MT-bench uses [fastchat.llm_judge](https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge),
- The [Arena Elo calculator](https://github.com/lm-sys/FastChat/blob/main/fastchat/serve/monitor/elo_analysis.py),
- The [Arena Elo calculator](https://colab.research.google.com/drive/1RAWb22-PFNI-X1gPVzc927SGUdfr6nsR?usp=sharing).
- The MMLU is based on [InstructEval](https://github.com/declare-lab/instruct-eval/blob/main/mmlu.py) and [Chain-of-Thought Hub](https://github.com/FranxYao/chain-of-thought-hub/tree/main/MMLU).

If you wish to see more models on leaderboard, we invite you to [contribute to FastChat](https://github.com/lm-sys/FastChat/blob/main/docs/arena.md#how-to-add-a-new-model) or [contact us](mailto:[email protected]) to provide us with API access.

0 comments on commit aa6d6b3

Please sign in to comment.