Upload 2 files
Browse files- app.py +2 -2
- elo_results_20230619.pkl +3 -0
app.py
CHANGED
@@ -11,7 +11,7 @@ notebook_url = "https://colab.research.google.com/drive/17L9uCiAivzWfzOxo2Tb9RMa
|
|
11 |
def make_leaderboard_md(elo_results):
|
12 |
leaderboard_md = f"""
|
13 |
# Leaderboard
|
14 |
-
[[Blog](https://lmsys.org/blog/2023-05-03-arena/)] [[Vote](https://arena.lmsys.org/)] [[Github]](https://github.com/lm-sys/FastChat) [[Twitter]](https://twitter.com/lmsysorg) [[Discord]](https://discord.gg/
|
15 |
|
16 |
We use the Elo rating system to calculate the relative performance of the models. You can view the voting data, basic analyses, and calculation procedure in this [notebook]({notebook_url}). We will periodically release new leaderboards. If you want to see more models, please help us [add them](https://github.com/lm-sys/FastChat/blob/main/docs/arena.md#how-to-add-a-new-model).
|
17 |
Last updated: {elo_results["last_updated_datetime"]}
|
@@ -82,5 +82,5 @@ if __name__ == "__main__":
|
|
82 |
parser.add_argument("--share", action="store_true")
|
83 |
args = parser.parse_args()
|
84 |
|
85 |
-
demo = build_demo("
|
86 |
demo.launch(share=args.share)
|
|
|
11 |
def make_leaderboard_md(elo_results):
|
12 |
leaderboard_md = f"""
|
13 |
# Leaderboard
|
14 |
+
[[Blog](https://lmsys.org/blog/2023-05-03-arena/)] [[Vote](https://arena.lmsys.org/)] [[Github]](https://github.com/lm-sys/FastChat) [[Twitter]](https://twitter.com/lmsysorg) [[Discord]](https://discord.gg/HSWAKCrnFx)
|
15 |
|
16 |
We use the Elo rating system to calculate the relative performance of the models. You can view the voting data, basic analyses, and calculation procedure in this [notebook]({notebook_url}). We will periodically release new leaderboards. If you want to see more models, please help us [add them](https://github.com/lm-sys/FastChat/blob/main/docs/arena.md#how-to-add-a-new-model).
|
17 |
Last updated: {elo_results["last_updated_datetime"]}
|
|
|
82 |
parser.add_argument("--share", action="store_true")
|
83 |
args = parser.parse_args()
|
84 |
|
85 |
+
demo = build_demo("elo_results_20230508.pkl")
|
86 |
demo.launch(share=args.share)
|
elo_results_20230619.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6fb496441c181c6f8fabd0f832fbba0c75a622511f1c9916c13535976fa6ff6
|
3 |
+
size 32184
|