Cookize commited on
Commit
85f346c
1 Parent(s): c905834

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +1 -1
.env.local.template CHANGED
@@ -26,7 +26,7 @@ MODELS=`[
26
  "parameters": {
27
  "temperature": 0.2,
28
  "top_p": 0.95,
29
- "repetition_penalty": 1.1,
30
  "max_tokens": 1024,
31
  "top_k": 2048,
32
  "max_new_tokens": 1024
 
26
  "parameters": {
27
  "temperature": 0.2,
28
  "top_p": 0.95,
29
+ "repetition_penalty": 0.1,
30
  "max_tokens": 1024,
31
  "top_k": 2048,
32
  "max_new_tokens": 1024