Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
changed repetition penalty and max tokens
Browse files- .env.local.template +4 -4
.env.local.template
CHANGED
@@ -46,8 +46,8 @@ MODELS=`[
|
|
46 |
],
|
47 |
"parameters": {
|
48 |
"temperature": 0.4,
|
49 |
-
"repetition_penalty":
|
50 |
-
"max_new_tokens":
|
51 |
"stop":["<|im_end|>"]
|
52 |
},
|
53 |
"extraBody":{
|
@@ -81,8 +81,8 @@ TASK_MODEL=`{
|
|
81 |
],
|
82 |
"parameters": {
|
83 |
"temperature": 0.4,
|
84 |
-
"repetition_penalty":
|
85 |
-
"max_new_tokens":
|
86 |
}
|
87 |
}`
|
88 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|
|
|
46 |
],
|
47 |
"parameters": {
|
48 |
"temperature": 0.4,
|
49 |
+
"repetition_penalty": 2.2,
|
50 |
+
"max_new_tokens": 1000,
|
51 |
"stop":["<|im_end|>"]
|
52 |
},
|
53 |
"extraBody":{
|
|
|
81 |
],
|
82 |
"parameters": {
|
83 |
"temperature": 0.4,
|
84 |
+
"repetition_penalty": 2.4,
|
85 |
+
"max_new_tokens": 200,
|
86 |
}
|
87 |
}`
|
88 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|