Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
infwinston committed May 17, 2024
1 parent e0860a0 commit 922a78b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastchat/serve/monitor/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,13 @@ def get_arena_table(arena_df, model_table_df, arena_subset_df=None):
"Exclude Short Query (< 5 tokens)": "Exclude Short User Query (< 5 tokens)",
"Exclude Refusal": 'Exclude model responses with refusal (e.g., "I cannot answer")',
"overall_limit_5_user_vote": "overall_limit_5_user_vote",
"dedup": "dedup",
"dedup": "De-duplication (99% percentile)",
}
cat_name_to_baseline = {
"Hard Prompts (English)": "English",
}


def build_leaderboard_tab(
elo_results_file, leaderboard_table_file, show_plot=False, mirror=False
):
Expand Down

0 comments on commit 922a78b

Please sign in to comment.