DawnC commited on
Commit
b027d27
·
verified ·
1 Parent(s): 38d8567

Update model_manager.py

Browse files
Files changed (1) hide show
  1. model_manager.py +1 -1
model_manager.py CHANGED
@@ -257,7 +257,7 @@ class ModelManager:
257
  if "llama" in self.model_path.lower():
258
  params.update({
259
  "max_new_tokens": 600,
260
- "temperature": 0.3, # not too big
261
  "top_p": 0.75,
262
  "repetition_penalty": 1.5,
263
  "num_beams": 5,
 
257
  if "llama" in self.model_path.lower():
258
  params.update({
259
  "max_new_tokens": 600,
260
+ "temperature": 0.35, # not too big
261
  "top_p": 0.75,
262
  "repetition_penalty": 1.5,
263
  "num_beams": 5,