Update README.md
Browse files
README.md
CHANGED
@@ -49,4 +49,14 @@ The model is available in quantized formats:
|
|
49 |
|
50 |
## Suggested Prompt Format
|
51 |
|
52 |
-
Gemma Instruct Prompt Format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
## Suggested Prompt Format
|
51 |
|
52 |
+
Gemma Instruct Prompt Format
|
53 |
+
|
54 |
+
Since Gemma does not have system prompts, put the character descriptions in the first turn like on Mistral models.
|
55 |
+
|
56 |
+
It is trained with <instructions> and <end_of_instructions> that enclose the system prompt in the first user message.
|
57 |
+
|
58 |
+
```
|
59 |
+
<bos><start_of_turn>user
|
60 |
+
<instructions>You are a (character description)<end_of_instructions>\n\nHello!<end_of_turn>
|
61 |
+
<start_of_turn>model
|
62 |
+
```
|