gospacedev commited on
Commit
fb78a94
1 Parent(s): 32d767d

Update app.py

Browse files

update temperature to 0.1

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks(title="Quizmona", theme=gr.themes.Default(primary_hue="green", se
46
  ]
47
 
48
  generate_kwargs = dict(
49
- temperature=0,
50
  max_new_tokens=1024,
51
  top_p=0.95,
52
  repetition_penalty=1.0,
 
46
  ]
47
 
48
  generate_kwargs = dict(
49
+ temperature=0.1,
50
  max_new_tokens=1024,
51
  top_p=0.95,
52
  repetition_penalty=1.0,