From 5ad93d3f351141bdcd9b7ec79b6c6c0f3559576e Mon Sep 17 00:00:00 2001 From: Wei-Lin Chiang Date: Mon, 16 Sep 2024 15:26:26 -0700 Subject: [PATCH] Fix monitor_md.py --- fastchat/serve/monitor/monitor_md.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastchat/serve/monitor/monitor_md.py b/fastchat/serve/monitor/monitor_md.py index b7f879f8e..194c7bedb 100644 --- a/fastchat/serve/monitor/monitor_md.py +++ b/fastchat/serve/monitor/monitor_md.py @@ -46,7 +46,7 @@ "Instruction Following": "Instruction Following", "Multi-Turn": "Multi-Turn Conversation (>= 2 turns)", "Coding": "Coding: whether conversation contains code snippets", - "Coding w/ Style Control": ""Coding with Style Control", + "Coding w/ Style Control": "Coding with Style Control", "Hard Prompts (Overall)": "Hard Prompts (Overall): details in [blog post](https://lmsys.org/blog/2024-05-17-category-hard/)", "Hard Prompts (Overall) w/ Style Control": "Hard Prompts (Overall) with Style Control", "Hard Prompts (English)": "Hard Prompts (English), note: the delta is to English Category. details in [blog post](https://lmsys.org/blog/2024-05-17-category-hard/)",