manu commited on
Commit
3d3032a
1 Parent(s): 9c86259

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
177
  For industrial uses, we recommend finetuning the model, but trained this Chat version to allow for experimenting and to showcase the capabilities for it's size.
178
 
179
  ## Usage recommendations
180
- We recommend testing the chat model for open-ended writing tasks, tips, translations, etc...
181
  We find direct instructions to work best, and performance to drop after the first round of interactions.
182
  We limit the length of the conversation so clear the Chat between tests !
183
 
@@ -230,7 +230,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
230
  )
231
  repetition_penalty = gr.Slider(
232
  label="Repetition Penalty",
233
- value=1.2,
234
  minimum=0.0,
235
  maximum=10,
236
  step=0.1,
 
177
  For industrial uses, we recommend finetuning the model, but trained this Chat version to allow for experimenting and to showcase the capabilities for it's size.
178
 
179
  ## Usage recommendations
180
+ We recommend testing the chat model for open-ended writing tasks, tips, translations, etc...
181
  We find direct instructions to work best, and performance to drop after the first round of interactions.
182
  We limit the length of the conversation so clear the Chat between tests !
183
 
 
230
  )
231
  repetition_penalty = gr.Slider(
232
  label="Repetition Penalty",
233
+ value=1.1,
234
  minimum=0.0,
235
  maximum=10,
236
  step=0.1,