Skip to content

Commit

Permalink
Uses temperature 0.0 for Phi-3. (#1132)
Browse files Browse the repository at this point in the history
fix(prod.yaml): Uses temperature 0.0 for Phi-3.
  • Loading branch information
gugarosa authored May 20, 2024
1 parent fcbd22b commit e5be264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ envVars:
"chatPromptTemplate": "<s>{{preprompt}}{{#each messages}}{{#ifUser}}<|user|>\n{{content}}<|end|>\n<|assistant|>\n{{/ifUser}}{{#ifAssistant}}{{content}}<|end|>\n{{/ifAssistant}}{{/each}}",
"parameters": {
"stop": ["<|end|>", "<|endoftext|>", "<|assistant|>"],
"temperature": 0.7,
"temperature": 0.0,
"max_new_tokens": 1024,
"truncate": 3071
},
Expand Down

0 comments on commit e5be264

Please sign in to comment.