NeonBohdan commited on
Commit
6ff14ce
1 Parent(s): 04b4e3e

No repetition_penalty

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ def generate(streamer, history):
53
  [tokens],
54
  include_prompt_in_result=False,
55
  max_length = 256,
56
- repetition_penalty = 1.2,
57
  callback = stepResultCallback
58
  )
59
  return results
 
53
  [tokens],
54
  include_prompt_in_result=False,
55
  max_length = 256,
 
56
  callback = stepResultCallback
57
  )
58
  return results