rohansampath commited on
Commit
bd3a12c
·
verified ·
1 Parent(s): a7f824f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks() as demo:
121
 
122
  # MMLU Evaluation
123
  gr.Markdown("### MMLU Evaluation")
124
- num_questions_input = gr.Number(label="Questions per Task (Max: 57)", value=5, precision=0)
125
  eval_mmlu_button = gr.Button("Run MMLU Evaluation", variant="primary")
126
  mmlu_output = gr.Textbox(label="MMLU Evaluation Results")
127
 
 
121
 
122
  # MMLU Evaluation
123
  gr.Markdown("### MMLU Evaluation")
124
+ num_questions_input = gr.Number(label="Questions per Task (Total of 57 tasks)", value=5, precision=0)
125
  eval_mmlu_button = gr.Button("Run MMLU Evaluation", variant="primary")
126
  mmlu_output = gr.Textbox(label="MMLU Evaluation Results")
127