MaziyarPanahi commited on
Commit
78d688b
1 Parent(s): 2d8310a

try chat template `phind` (#1)

Browse files

- try chat template `phind` (e195be199e12c98ec82085112707173721ceb358)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
144
  "top_p": top_p,
145
  "seed": 42,
146
  "repeat_penalty": repetition_penalty,
147
- "chat_format": "mistral-instruct",
148
  "max_tokens": max_new_tokens,
149
  # "response_format": {
150
  # "type": "json_object",
 
144
  "top_p": top_p,
145
  "seed": 42,
146
  "repeat_penalty": repetition_penalty,
147
+ "chat_format": "phind",
148
  "max_tokens": max_new_tokens,
149
  # "response_format": {
150
  # "type": "json_object",