Alexandre-Numind commited on
Commit
72249b1
·
verified ·
1 Parent(s): bfb7ca5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1517,11 +1517,11 @@ with gr.Blocks(
1517
 
1518
  temperature = gr.Slider(
1519
  0.0,
1520
- 1.5,
1521
  value=0.0,
1522
  step=0.05,
1523
  label="Temperature",
1524
- info="Lower values are best for extraction.",
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):