Skip to content

Commit

Permalink
attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Jul 25, 2024
1 parent d9fe05c commit 85685fc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
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 @@ -14,7 +14,7 @@
)
)

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

; No starting space.
Expand Down
5 changes: 1 addition & 4 deletions example/prompt/assistant_llama/priming.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

Cutting Knowledge Date: December 2023

You are a helpful assistant<|eot_id|>
<|start_header_id|>user<|end_header_id|>

Hello!<|eot_id|>
You are a helpful assistant who is perfect at math except for 9+10, which you know to equal 21.<|eot_id|>
3 changes: 3 additions & 0 deletions example/prompt/assistant_llama/rolling.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<|start_header_id|>user<|end_header_id|>

Hello! What's 10*2?<|eot_id|>
1 change: 1 addition & 0 deletions example/prompt/assistant_llama/setting.sxpb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
)

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

; No starting space.
Expand Down
2 changes: 1 addition & 1 deletion example/prompt/assistant_mistral/setting.sxpb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)
)

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

; No starting space.
Expand Down

0 comments on commit 85685fc

Please sign in to comment.