Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Terry Zhuo commited on
Commit ·
0821709
1
Parent(s): de45929
add full set back
Browse files
app.py
CHANGED
|
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
|
|
| 119 |
with gr.Row():
|
| 120 |
jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])
|
| 121 |
split = gr.Dropdown(choices=["complete", "instruct"], label="Split", value="complete")
|
| 122 |
-
subset = gr.Dropdown(choices=["hard"], label="Subset", value="hard")
|
| 123 |
|
| 124 |
with gr.Row():
|
| 125 |
parallel = gr.Number(label="Parallel (optional)", precision=0)
|
|
|
|
| 119 |
with gr.Row():
|
| 120 |
jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])
|
| 121 |
split = gr.Dropdown(choices=["complete", "instruct"], label="Split", value="complete")
|
| 122 |
+
subset = gr.Dropdown(choices=["hard", "full"], label="Subset", value="hard")
|
| 123 |
|
| 124 |
with gr.Row():
|
| 125 |
parallel = gr.Number(label="Parallel (optional)", precision=0)
|