Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +4 -4
.env.local.template
CHANGED
@@ -96,12 +96,12 @@ MODELS=`[
|
|
96 |
}
|
97 |
],
|
98 |
"parameters": {
|
99 |
-
"temperature": 0.
|
100 |
-
"repetition_penalty": 2,
|
101 |
-
"max_new_tokens":
|
102 |
},
|
103 |
"extraBody":{
|
104 |
-
"presence_penalty":-0.
|
105 |
}
|
106 |
}
|
107 |
]`
|
|
|
96 |
}
|
97 |
],
|
98 |
"parameters": {
|
99 |
+
"temperature": 0.6,
|
100 |
+
"repetition_penalty": 1.2,
|
101 |
+
"max_new_tokens": 3000,
|
102 |
},
|
103 |
"extraBody":{
|
104 |
+
"presence_penalty":-0.8
|
105 |
}
|
106 |
}
|
107 |
]`
|