kz209 commited on
Commit
0b5fad3
·
1 Parent(s): 01809c9
Files changed (1) hide show
  1. pages/leaderboard.py +1 -1
pages/leaderboard.py CHANGED
@@ -103,7 +103,7 @@ def create_leaderboard():
103
  with gr.Row():
104
  gr.Markdown("[Blog](placeholder) | [GitHub](placeholder) | [Paper](placeholder) | [Dataset](placeholder) | [Twitter](placeholder) | [Discord](placeholder)")
105
 
106
- gr.Markdown("Welcome to our open platform for evaluating LLM summarization capabilities. We use the DATASET_NAME_PLACEHOLDER dataset to generate summaries with MODEL_NAME_PLACEHOLDER. These summaries are then evaluated by STRONGER_MODEL_NAME_PLACEHOLDER using the METRIC1_PLACEHOLDER and METRIC2_PLACEHOLDER metrics")
107
 
108
  sort_by = gr.Dropdown(list(df.columns), label="Sort by", value="Rouge Score")
109
 
 
103
  with gr.Row():
104
  gr.Markdown("[Blog](placeholder) | [GitHub](placeholder) | [Paper](placeholder) | [Dataset](placeholder) | [Twitter](placeholder) | [Discord](placeholder)")
105
 
106
+ gr.Markdown("Welcome to our open platform for evaluating LLM summarization capabilities. We use the DATASET_NAME_PLACEHOLDER dataset to generate summaries with Qwen2-1.5b. These summaries are then evaluated by Rouge and Winning Rate from the arena")
107
 
108
  sort_by = gr.Dropdown(list(df.columns), label="Sort by", value="Rouge Score")
109