dh-mc commited on
Commit
49e2055
1 Parent(s): 37368f6

set repetition_penalty=1.12 for hftgi

Browse files
Files changed (1) hide show
  1. app_modules/llm_loader.py +1 -1
app_modules/llm_loader.py CHANGED
@@ -217,7 +217,7 @@ class LLMLoader:
217
  top_p=0.95,
218
  # typical_p=0.95,
219
  temperature=0.01,
220
- repetition_penalty=1.115,
221
  callbacks=callbacks,
222
  timeout=600,
223
  streaming=True,
 
217
  top_p=0.95,
218
  # typical_p=0.95,
219
  temperature=0.01,
220
+ repetition_penalty=1.12,
221
  callbacks=callbacks,
222
  timeout=600,
223
  streaming=True,