Spaces:
Running
Running
Mishig
commited on
Revert "Uses temperature 0.0 for Phi-3." (#1152)
Browse filesRevert "Uses temperature 0.0 for Phi-3. (#1132)"
This reverts commit e5be26419d35c729bfba7a23fa75d408798fbcf6.
- chart/env/prod.yaml +1 -1
chart/env/prod.yaml
CHANGED
@@ -272,7 +272,7 @@ envVars:
|
|
272 |
"chatPromptTemplate": "<s>{{preprompt}}{{#each messages}}{{#ifUser}}<|user|>\n{{content}}<|end|>\n<|assistant|>\n{{/ifUser}}{{#ifAssistant}}{{content}}<|end|>\n{{/ifAssistant}}{{/each}}",
|
273 |
"parameters": {
|
274 |
"stop": ["<|end|>", "<|endoftext|>", "<|assistant|>"],
|
275 |
-
"temperature": 0.
|
276 |
"max_new_tokens": 1024,
|
277 |
"truncate": 3071
|
278 |
},
|
|
|
272 |
"chatPromptTemplate": "<s>{{preprompt}}{{#each messages}}{{#ifUser}}<|user|>\n{{content}}<|end|>\n<|assistant|>\n{{/ifUser}}{{#ifAssistant}}{{content}}<|end|>\n{{/ifAssistant}}{{/each}}",
|
273 |
"parameters": {
|
274 |
"stop": ["<|end|>", "<|endoftext|>", "<|assistant|>"],
|
275 |
+
"temperature": 0.7,
|
276 |
"max_new_tokens": 1024,
|
277 |
"truncate": 3071
|
278 |
},
|