Tonic commited on
Commit
b20c490
1 Parent(s): fb21904

Update maker.py

Browse files
Files changed (1) hide show
  1. maker.py +3 -3
maker.py CHANGED
@@ -75,11 +75,11 @@ def predict_beta(message, chatbot=[], system_prompt=system_prompt):
75
 
76
  try:
77
  # Adjust these parameters as needed
78
- max_new_tokens = 880
79
  temperature = 0.4
80
  top_p = 0.9
81
- repetition_penalty = 0.7
82
- advanced = True
83
 
84
  # Making the prediction
85
  result = client.predict(
 
75
 
76
  try:
77
  # Adjust these parameters as needed
78
+ max_new_tokens = 1200
79
  temperature = 0.4
80
  top_p = 0.9
81
+ repetition_penalty = 0.5
82
+ advanced = False
83
 
84
  # Making the prediction
85
  result = client.predict(