Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +6 -18
.env.local.template
CHANGED
@@ -109,12 +109,8 @@ MODELS=`[
|
|
109 |
}
|
110 |
],
|
111 |
"parameters": {
|
112 |
-
"temperature": 0.
|
113 |
-
"max_new_tokens": 2000
|
114 |
-
"repetition_penalty": 0.1,
|
115 |
-
"extraBody":{
|
116 |
-
"repetition_penalty": 1.1
|
117 |
-
}
|
118 |
}
|
119 |
},
|
120 |
{
|
@@ -143,12 +139,8 @@ MODELS=`[
|
|
143 |
}
|
144 |
],
|
145 |
"parameters": {
|
146 |
-
"temperature": 0.
|
147 |
-
"max_new_tokens": 3500
|
148 |
-
"repetition_penalty": 0.1,
|
149 |
-
"extraBody":{
|
150 |
-
"repetition_penalty": 1.1
|
151 |
-
}
|
152 |
}
|
153 |
},
|
154 |
{
|
@@ -178,12 +170,8 @@ MODELS=`[
|
|
178 |
}
|
179 |
],
|
180 |
"parameters": {
|
181 |
-
"temperature": 0.
|
182 |
-
"max_new_tokens": 2000
|
183 |
-
"repetition_penalty": 0.1,
|
184 |
-
"extraBody":{
|
185 |
-
"repetition_penalty": 1.1
|
186 |
-
}
|
187 |
}
|
188 |
}
|
189 |
]`
|
|
|
109 |
}
|
110 |
],
|
111 |
"parameters": {
|
112 |
+
"temperature": 0.2,
|
113 |
+
"max_new_tokens": 2000
|
|
|
|
|
|
|
|
|
114 |
}
|
115 |
},
|
116 |
{
|
|
|
139 |
}
|
140 |
],
|
141 |
"parameters": {
|
142 |
+
"temperature": 0.2,
|
143 |
+
"max_new_tokens": 3500
|
|
|
|
|
|
|
|
|
144 |
}
|
145 |
},
|
146 |
{
|
|
|
170 |
}
|
171 |
],
|
172 |
"parameters": {
|
173 |
+
"temperature": 0.000000001,
|
174 |
+
"max_new_tokens": 2000
|
|
|
|
|
|
|
|
|
175 |
}
|
176 |
}
|
177 |
]`
|