Spaces:
Runtime error
Runtime error
Commit
•
32d2c53
1
Parent(s):
01399b5
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
@@ -44,7 +44,7 @@ MODELS=`[
|
|
44 |
"parameters": {
|
45 |
"temperature": 0.7,
|
46 |
"top_p": 0.95,
|
47 |
-
"repetition_penalty": 1.
|
48 |
"top_k": 50,
|
49 |
"max_new_tokens": 1024,
|
50 |
"stop": ["<|im_end|>"]
|
|
|
44 |
"parameters": {
|
45 |
"temperature": 0.7,
|
46 |
"top_p": 0.95,
|
47 |
+
"repetition_penalty": 1.0,
|
48 |
"top_k": 50,
|
49 |
"max_new_tokens": 1024,
|
50 |
"stop": ["<|im_end|>"]
|