Skip to content

Commit

Permalink
mave files
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Jul 27, 2024
1 parent bda5832 commit d3881de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion example/prompt/assistant_gemma/setting.sxpb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)
)

(x_priming "priming.txt")
(x_rolling "rolling.txt")
(o_rolling "../../../bld/example/prompt/assistant_gemma.txt")

; No starting space.
Expand Down
4 changes: 4 additions & 0 deletions example/prompt/assistant_mistral/setting.sxpb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

; Newlines are included to make the chat easier to read.
; The Mistral instruct prompt format does not actually include newlines.
(chat_prefixes (())
(m
(prefix "[INST]")
Expand All @@ -8,6 +11,7 @@
(suffix "</s>\n")
)
)

(substitution
(eos_token_alias "</s>")
(special_tokens (())
Expand Down

0 comments on commit d3881de

Please sign in to comment.