Tonic commited on
Commit
f9df74e
1 Parent(s): db7fa28

Update app_template.py

Browse files
Files changed (1) hide show
  1. app_template.py +2 -2
app_template.py CHANGED
@@ -40,8 +40,8 @@ def predict_beta(message, chatbot=[], system_prompt=""):
40
  max_new_tokens = 1200
41
  temperature = 0.4
42
  top_p = 0.9
43
- repetition_penalty = 0.5
44
- advanced = True
45
 
46
  # Making the prediction
47
  result = client.predict(
 
40
  max_new_tokens = 1200
41
  temperature = 0.4
42
  top_p = 0.9
43
+ repetition_penalty = 0.9
44
+ advanced = False
45
 
46
  # Making the prediction
47
  result = client.predict(