qnguyen3 commited on
Commit
5bde2de
1 Parent(s): 99e6d63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -108,7 +108,6 @@ def bot_streaming(message, history):
108
  streamer=streamer, max_new_tokens=512,
109
  stopping_criteria=[stopping_criteria],
110
  temperature=0.25,
111
- repetition_penalty=1.05,
112
  top_k=40,
113
  top_p=0.95)
114
  generated_text = ""
 
108
  streamer=streamer, max_new_tokens=512,
109
  stopping_criteria=[stopping_criteria],
110
  temperature=0.25,
 
111
  top_k=40,
112
  top_p=0.95)
113
  generated_text = ""