Terry Zhuo commited on
Commit
a131ab0
·
1 Parent(s): 70e54e1

add epo link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -524,7 +524,7 @@ with main_block as demo:
524
  )
525
 
526
  with gr.TabItem("🛠️ Code Execution (Beta)", id=5):
527
- gr.Markdown("## Upload your sanitized JSONL file to evaluate\n\n### Hard Set Ground Truth Pass Rate: 100%\n### Full Set Ground Truth Pass Rate: 99.6%")
528
 
529
  with gr.Row():
530
  jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])
 
524
  )
525
 
526
  with gr.TabItem("🛠️ Code Execution (Beta)", id=5):
527
+ gr.Markdown("## Upload your sanitized JSONL file to evaluate (see [GitHub](https://github.com/bigcode-project/bigcodebench) for more details)\n\n### Hard Set Ground Truth Pass Rate: 100%\n### Full Set Ground Truth Pass Rate: 99.6%")
528
 
529
  with gr.Row():
530
  jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])