Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +17 -4
.env.local.template
CHANGED
@@ -76,7 +76,10 @@ MODELS=`[
|
|
76 |
],
|
77 |
"parameters": {
|
78 |
"temperature": 0.4,
|
79 |
-
"max_new_tokens": 2000
|
|
|
|
|
|
|
80 |
}
|
81 |
},
|
82 |
{
|
@@ -106,7 +109,10 @@ MODELS=`[
|
|
106 |
],
|
107 |
"parameters": {
|
108 |
"temperature": 0.4,
|
109 |
-
"max_new_tokens": 2000
|
|
|
|
|
|
|
110 |
}
|
111 |
},
|
112 |
{
|
@@ -136,7 +142,10 @@ MODELS=`[
|
|
136 |
],
|
137 |
"parameters": {
|
138 |
"temperature": 0.4,
|
139 |
-
"max_new_tokens": 3500
|
|
|
|
|
|
|
140 |
}
|
141 |
},
|
142 |
{
|
@@ -167,7 +176,11 @@ MODELS=`[
|
|
167 |
],
|
168 |
"parameters": {
|
169 |
"temperature": 0.2,
|
170 |
-
"max_new_tokens": 2000
|
|
|
|
|
|
|
|
|
171 |
}
|
172 |
}
|
173 |
]`
|
|
|
76 |
],
|
77 |
"parameters": {
|
78 |
"temperature": 0.4,
|
79 |
+
"max_new_tokens": 2000,
|
80 |
+
"extraBody":{
|
81 |
+
"repetition_penalty": 1.1
|
82 |
+
}
|
83 |
}
|
84 |
},
|
85 |
{
|
|
|
109 |
],
|
110 |
"parameters": {
|
111 |
"temperature": 0.4,
|
112 |
+
"max_new_tokens": 2000,
|
113 |
+
"extraBody":{
|
114 |
+
"repetition_penalty": 1.1
|
115 |
+
}
|
116 |
}
|
117 |
},
|
118 |
{
|
|
|
142 |
],
|
143 |
"parameters": {
|
144 |
"temperature": 0.4,
|
145 |
+
"max_new_tokens": 3500,
|
146 |
+
"extraBody":{
|
147 |
+
"repetition_penalty": 1.1
|
148 |
+
}
|
149 |
}
|
150 |
},
|
151 |
{
|
|
|
176 |
],
|
177 |
"parameters": {
|
178 |
"temperature": 0.2,
|
179 |
+
"max_new_tokens": 2000,
|
180 |
+
"extraBody":{
|
181 |
+
"presence_penalty": 1.1,
|
182 |
+
"repetition_penalty": 1.1
|
183 |
+
}
|
184 |
}
|
185 |
}
|
186 |
]`
|