Skip to content

Commit

Permalink
Use the chat template from tokenizer for 01-ai/Yi-1.5-34B-Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jun 4, 2024
1 parent 4ab469f commit 838eea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ envVars:
"modelUrl": "https://huggingface.co/01-ai/Yi-1.5-34B-Chat",
"websiteUrl": "https://www.01.ai",
"preprompt": "",
"chatPromptTemplate": "{{preprompt}}{{#each messages}}{{#ifUser}}<|im_start|>user\\n{{content}}<|im_end|>\\n<|im_start|>assistant\\n{{/ifUser}}{{#ifAssistant}}{{content}}<|im_end|>{{/ifAssistant}}{{/each}}",
"parameters": {
"stop": ["<|im_end|>"],
"temperature": 0.3,
Expand Down

0 comments on commit 838eea1

Please sign in to comment.