Skip to content

Commit

Permalink
fix: removed BOS token from Llama3 instruct default
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Jul 20, 2024
1 parent c530008 commit 292c298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/Instructs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const defaultInstructs: InstructType[] = [
},
{
system_prompt: "Write {{char}}'s next reply in a chat between {{char}} and {{user}}.",
system_prefix: '<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n',
system_prefix: '<|start_header_id|>system<|end_header_id|>\n\n',
system_suffix: '<|eot_id|>',
input_prefix: '<|start_header_id|>user<|end_header_id|>\n\n',
input_suffix: '<|eot_id|>',
Expand Down

0 comments on commit 292c298

Please sign in to comment.