Update app.py
Browse files
app.py
CHANGED
|
@@ -525,12 +525,10 @@ with main_block as demo:
|
|
| 525 |
|
| 526 |
with gr.TabItem("🛠️ Code Execution (Beta)", id=5):
|
| 527 |
gr.Markdown("""\
|
| 528 |
-
## Upload your [sanitized JSONL file](https://github.com/bigcode-project/bigcodebench?tab=readme-ov-file#code-post-processing) to evaluate
|
| 529 |
-
|
| 530 |
### Hard Set Ground Truth Pass Rate: 100%
|
| 531 |
### Full Set Ground Truth Pass Rate: 99.6%
|
| 532 |
|
| 533 |
-
### Note: The execution
|
| 534 |
""")
|
| 535 |
with gr.Row():
|
| 536 |
jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])
|
|
|
|
| 525 |
|
| 526 |
with gr.TabItem("🛠️ Code Execution (Beta)", id=5):
|
| 527 |
gr.Markdown("""\
|
|
|
|
|
|
|
| 528 |
### Hard Set Ground Truth Pass Rate: 100%
|
| 529 |
### Full Set Ground Truth Pass Rate: 99.6%
|
| 530 |
|
| 531 |
+
### Note: The code execution session is no longer maintained. Please `pip install -U bigcodebench` and refer to [BigCodeBench Repository](https://github.com/bigcode-project/bigcodebench).
|
| 532 |
""")
|
| 533 |
with gr.Row():
|
| 534 |
jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])
|