Skip to content

Commit

Permalink
remove some files
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Jul 25, 2024
1 parent 3545512 commit a29f8d9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 20 deletions.
2 changes: 0 additions & 2 deletions example/prompt/assistant_gemma/rolling.txt

This file was deleted.

7 changes: 6 additions & 1 deletion example/prompt/assistant_gemma/setting.sxpb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

(rolling_text """\
<start_of_turn>user
Hello!<end_of_turn>
""")

(chat_prefixes (())
(m
(prefix "<start_of_turn>user\n")
Expand All @@ -14,7 +20,6 @@
)
)

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

; No starting space.
Expand Down
34 changes: 18 additions & 16 deletions example/prompt/assistant_llama/setting.sxpb
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@

(priming_text """\
<|start_header_id|>system<|end_header_id|>

Cutting Knowledge Date: December 2023
Today Date: July 2024

You are a helpful assistant.<|eot_id|>\
""")

(rolling_text """\
<|start_header_id|>user<|end_header_id|>

Hello!<|eot_id|>\
""")

(chat_prefixes (())
(m
(prefix "<|start_header_id|>user<|end_header_id|>\n\n")
(suffix "<|eot_id|>\n")
(suffix "<|eot_id|>")
)
(m
(prefix "<|start_header_id|>assistant<|end_header_id|>\n\n")
(suffix "<|eot_id|>\n")
(suffix "<|eot_id|>")
)
)
(substitution
Expand All @@ -16,20 +32,6 @@
)
)

(priming_text """\
<|start_header_id|>system<|end_header_id|>

Cutting Knowledge Date: December 2023
Today Date: July 2024

You are a helpful assistant.<|eot_id|>\
""")
(rolling_text """\
<|start_header_id|>user<|end_header_id|>

Hello!<|eot_id|>\
""")

(o_rolling "../../../bld/example/prompt/assistant_llama.txt")

; No starting space.
Expand Down
1 change: 0 additions & 1 deletion example/prompt/assistant_mistral/rolling.txt

This file was deleted.

5 changes: 5 additions & 0 deletions example/prompt/assistant_mistral/setting.sxpb
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

(rolling_text """\
[INST]Hello![/INST]
""")

(chat_prefixes (())
(m
(prefix "[INST]")
Expand Down

0 comments on commit a29f8d9

Please sign in to comment.