Spaces:
Running on A100
Running on A100
Update app.py
Browse files
app.py
CHANGED
|
@@ -1517,11 +1517,11 @@ with gr.Blocks(
|
|
| 1517 |
|
| 1518 |
temperature = gr.Slider(
|
| 1519 |
0.0,
|
| 1520 |
-
1
|
| 1521 |
value=0.0,
|
| 1522 |
step=0.05,
|
| 1523 |
label="Temperature",
|
| 1524 |
-
info="
|
| 1525 |
)
|
| 1526 |
|
| 1527 |
with gr.Accordion("Structured examples", open=False):
|
|
|
|
| 1517 |
|
| 1518 |
temperature = gr.Slider(
|
| 1519 |
0.0,
|
| 1520 |
+
1,
|
| 1521 |
value=0.0,
|
| 1522 |
step=0.05,
|
| 1523 |
label="Temperature",
|
| 1524 |
+
info="Higher value are make the output less deterministic but can improve reasoning performance (around 0.4-0.6)",
|
| 1525 |
)
|
| 1526 |
|
| 1527 |
with gr.Accordion("Structured examples", open=False):
|