Spaces:
Sleeping
Sleeping
Update Models/conversation.py
Browse files- Models/conversation.py +1 -1
Models/conversation.py
CHANGED
|
@@ -346,7 +346,7 @@ register_conv_template(
|
|
| 346 |
system_message='Answer the questions.',
|
| 347 |
roles=('<|im_start|>user\n', '<|im_start|>assistant\n'),
|
| 348 |
sep_style=SeparatorStyle.MPT,
|
| 349 |
-
sep='<|im_end
|
| 350 |
stop_token_ids=[
|
| 351 |
2,
|
| 352 |
92543,
|
|
|
|
| 346 |
system_message='Answer the questions.',
|
| 347 |
roles=('<|im_start|>user\n', '<|im_start|>assistant\n'),
|
| 348 |
sep_style=SeparatorStyle.MPT,
|
| 349 |
+
sep='<|im_end|>',
|
| 350 |
stop_token_ids=[
|
| 351 |
2,
|
| 352 |
92543,
|