Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +12 -12
.env.local.template
CHANGED
@@ -69,12 +69,12 @@ MODELS=`[
|
|
69 |
],
|
70 |
"parameters": {
|
71 |
"temperature": 0.4,
|
72 |
-
"repetition_penalty": 1.1,
|
73 |
-
"frequency_penalty": 1,
|
74 |
"max_new_tokens": 2000,
|
75 |
},
|
76 |
"extraBody":{
|
77 |
-
"repetition_penalty": 1.1
|
78 |
}
|
79 |
},
|
80 |
{
|
@@ -104,12 +104,12 @@ MODELS=`[
|
|
104 |
],
|
105 |
"parameters": {
|
106 |
"temperature": 0.4,
|
107 |
-
"repetition_penalty": 1.1,
|
108 |
-
"frequency_penalty": 1,
|
109 |
"max_new_tokens": 2000,
|
110 |
},
|
111 |
"extraBody":{
|
112 |
-
"repetition_penalty": 1.1
|
113 |
}
|
114 |
},
|
115 |
{
|
@@ -139,12 +139,12 @@ MODELS=`[
|
|
139 |
],
|
140 |
"parameters": {
|
141 |
"temperature": 0.4,
|
142 |
-
"repetition_penalty": 1.1,
|
143 |
-
"frequency_penalty": 1,
|
144 |
"max_new_tokens": 3500,
|
145 |
},
|
146 |
"extraBody":{
|
147 |
-
"repetition_penalty": 1.1
|
148 |
}
|
149 |
},
|
150 |
{
|
@@ -175,12 +175,12 @@ MODELS=`[
|
|
175 |
],
|
176 |
"parameters": {
|
177 |
"temperature": 0.2,
|
178 |
-
"repetition_penalty": 1.1,
|
179 |
-
"frequency_penalty": 1,
|
180 |
"max_new_tokens": 2000,
|
181 |
},
|
182 |
"extraBody":{
|
183 |
-
"repetition_penalty": 1.1
|
184 |
}
|
185 |
}
|
186 |
]`
|
|
|
69 |
],
|
70 |
"parameters": {
|
71 |
"temperature": 0.4,
|
72 |
+
#"repetition_penalty": 1.1,
|
73 |
+
#"frequency_penalty": 1,
|
74 |
"max_new_tokens": 2000,
|
75 |
},
|
76 |
"extraBody":{
|
77 |
+
#"repetition_penalty": 1.1
|
78 |
}
|
79 |
},
|
80 |
{
|
|
|
104 |
],
|
105 |
"parameters": {
|
106 |
"temperature": 0.4,
|
107 |
+
#"repetition_penalty": 1.1,
|
108 |
+
#"frequency_penalty": 1,
|
109 |
"max_new_tokens": 2000,
|
110 |
},
|
111 |
"extraBody":{
|
112 |
+
#"repetition_penalty": 1.1
|
113 |
}
|
114 |
},
|
115 |
{
|
|
|
139 |
],
|
140 |
"parameters": {
|
141 |
"temperature": 0.4,
|
142 |
+
#"repetition_penalty": 1.1,
|
143 |
+
#"frequency_penalty": 1,
|
144 |
"max_new_tokens": 3500,
|
145 |
},
|
146 |
"extraBody":{
|
147 |
+
#"repetition_penalty": 1.1
|
148 |
}
|
149 |
},
|
150 |
{
|
|
|
175 |
],
|
176 |
"parameters": {
|
177 |
"temperature": 0.2,
|
178 |
+
#"repetition_penalty": 1.1,
|
179 |
+
#"frequency_penalty": 1,
|
180 |
"max_new_tokens": 2000,
|
181 |
},
|
182 |
"extraBody":{
|
183 |
+
#"repetition_penalty": 1.1
|
184 |
}
|
185 |
}
|
186 |
]`
|