Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update .env.local.template
Browse files- .env.local.template +19 -14
.env.local.template
CHANGED
|
@@ -68,12 +68,13 @@ MODELS=`[
|
|
| 68 |
}
|
| 69 |
],
|
| 70 |
"parameters": {
|
| 71 |
-
"temperature": 0.
|
| 72 |
-
"repetition_penalty": 1.
|
|
|
|
| 73 |
"max_new_tokens": 3000,
|
| 74 |
},
|
| 75 |
"extraBody":{
|
| 76 |
-
"repetition_penalty": 1.
|
| 77 |
}
|
| 78 |
},
|
| 79 |
{
|
|
@@ -102,12 +103,13 @@ MODELS=`[
|
|
| 102 |
}
|
| 103 |
],
|
| 104 |
"parameters": {
|
| 105 |
-
"temperature": 0.
|
| 106 |
-
"repetition_penalty": 1.
|
|
|
|
| 107 |
"max_new_tokens": 4000,
|
| 108 |
},
|
| 109 |
"extraBody":{
|
| 110 |
-
"repetition_penalty": 1.
|
| 111 |
}
|
| 112 |
},
|
| 113 |
{
|
|
@@ -136,12 +138,13 @@ MODELS=`[
|
|
| 136 |
}
|
| 137 |
],
|
| 138 |
"parameters": {
|
| 139 |
-
"temperature": 0.
|
| 140 |
-
"repetition_penalty": 1.
|
| 141 |
"max_new_tokens": 4000,
|
|
|
|
| 142 |
},
|
| 143 |
"extraBody":{
|
| 144 |
-
"repetition_penalty": 1.
|
| 145 |
}
|
| 146 |
},
|
| 147 |
{
|
|
@@ -170,12 +173,13 @@ MODELS=`[
|
|
| 170 |
}
|
| 171 |
],
|
| 172 |
"parameters": {
|
| 173 |
-
"temperature": 0.
|
| 174 |
-
"repetition_penalty": 1.
|
| 175 |
"max_new_tokens": 4000,
|
|
|
|
| 176 |
},
|
| 177 |
"extraBody":{
|
| 178 |
-
"repetition_penalty": 1.
|
| 179 |
}
|
| 180 |
},
|
| 181 |
{
|
|
@@ -203,11 +207,12 @@ MODELS=`[
|
|
| 203 |
],
|
| 204 |
"parameters": {
|
| 205 |
"temperature": 0.4,
|
| 206 |
-
"repetition_penalty": 1.
|
| 207 |
"max_new_tokens": 2000,
|
|
|
|
| 208 |
},
|
| 209 |
"extraBody":{
|
| 210 |
-
"repetition_penalty": 1.
|
| 211 |
}
|
| 212 |
}
|
| 213 |
]`
|
|
|
|
| 68 |
}
|
| 69 |
],
|
| 70 |
"parameters": {
|
| 71 |
+
"temperature": 0.4,
|
| 72 |
+
"repetition_penalty": 1.1,
|
| 73 |
+
"frequency_penalty": 1,
|
| 74 |
"max_new_tokens": 3000,
|
| 75 |
},
|
| 76 |
"extraBody":{
|
| 77 |
+
"repetition_penalty": 1.1
|
| 78 |
}
|
| 79 |
},
|
| 80 |
{
|
|
|
|
| 103 |
}
|
| 104 |
],
|
| 105 |
"parameters": {
|
| 106 |
+
"temperature": 0.2,
|
| 107 |
+
"repetition_penalty": 1.1,
|
| 108 |
+
"frequency_penalty": 1,
|
| 109 |
"max_new_tokens": 4000,
|
| 110 |
},
|
| 111 |
"extraBody":{
|
| 112 |
+
"repetition_penalty": 1.1
|
| 113 |
}
|
| 114 |
},
|
| 115 |
{
|
|
|
|
| 138 |
}
|
| 139 |
],
|
| 140 |
"parameters": {
|
| 141 |
+
"temperature": 0.2,
|
| 142 |
+
"repetition_penalty": 1.1,
|
| 143 |
"max_new_tokens": 4000,
|
| 144 |
+
"frequency_penalty": 1,
|
| 145 |
},
|
| 146 |
"extraBody":{
|
| 147 |
+
"repetition_penalty": 1.1
|
| 148 |
}
|
| 149 |
},
|
| 150 |
{
|
|
|
|
| 173 |
}
|
| 174 |
],
|
| 175 |
"parameters": {
|
| 176 |
+
"temperature": 0.2,
|
| 177 |
+
"repetition_penalty": 1.1,
|
| 178 |
"max_new_tokens": 4000,
|
| 179 |
+
"frequency_penalty": 1,
|
| 180 |
},
|
| 181 |
"extraBody":{
|
| 182 |
+
"repetition_penalty": 1.1
|
| 183 |
}
|
| 184 |
},
|
| 185 |
{
|
|
|
|
| 207 |
],
|
| 208 |
"parameters": {
|
| 209 |
"temperature": 0.4,
|
| 210 |
+
"repetition_penalty": 1.1,
|
| 211 |
"max_new_tokens": 2000,
|
| 212 |
+
"frequency_penalty": 1,
|
| 213 |
},
|
| 214 |
"extraBody":{
|
| 215 |
+
"repetition_penalty": 1.1
|
| 216 |
}
|
| 217 |
}
|
| 218 |
]`
|