RANIGO commited on
Commit
a6425c0
·
verified ·
1 Parent(s): 86cea88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ def generate_response(history: list):
70
  prompt,
71
  max_tokens=2048,
72
  temperature=0.6,
73
- top_p=0.7,
74
- repeat_penalty=1.05,
75
  #presence_penalty=0.6,
76
  stop=["<|im_end|>", "<|im_start|>", "</s>"],
77
  echo=False,
 
70
  prompt,
71
  max_tokens=2048,
72
  temperature=0.6,
73
+ top_p=0.9,
74
+ repeat_penalty=1.00,
75
  #presence_penalty=0.6,
76
  stop=["<|im_end|>", "<|im_start|>", "</s>"],
77
  echo=False,