Skip to content

Commit

Permalink
Update prompting-command-r.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: maximevoisincohere <[email protected]>
  • Loading branch information
maximevoisincohere authored Aug 25, 2024
1 parent f3016ae commit ceaa7dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Summarization is very similar to augmented generation: the model takes in some d

This way, RAG and Summarization follow a similar prompt template. It is the Augmented Generation prompt template and here’s what it looks like at a high level:

> augmented_gen_prompt_template =
> augmented_gen_prompt_template =
> """<span class="dark-blue-text">\<BOS_TOKEN></span><span class="brown-text">\<|START_OF_TURN_TOKEN|></span><span class="dark-orange-text">\<|SYSTEM_TOKEN|></span><span class="red-text"># Safety Preamble</span>
> <span class="red-text">\{SAFETY_PREAMBLE}</span>
> <br />
Expand Down

0 comments on commit ceaa7dc

Please sign in to comment.