emrgnt-cmplxty commited on
Commit
fea1ea8
1 Parent(s): 976e210

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -18,6 +18,30 @@ Base Model: Mistral-7B-v0.1
18
  - Sliding-Window Attention
19
  - Byte-fallback BPE tokenizer
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
22
 
23
  ## References
 
18
  - Sliding-Window Attention
19
  - Byte-fallback BPE tokenizer
20
 
21
+
22
+ ## Recommended Chat Formatting
23
+ ```
24
+
25
+ We recommend mapping such that
26
+
27
+ messages = [
28
+ {
29
+ "role": "system",
30
+ "content": "You are a friendly chatbot who always responds in the style of a pirate",
31
+ },
32
+ {"role": "user", "content": "How many helicopters can a human eat in one sitting?"},
33
+ ]
34
+
35
+ goes to --->
36
+
37
+ ### System:
38
+ You are a friendly chatbot who always responds in the style of a pirate
39
+
40
+ ### Instruction:
41
+ How many helicopters can a human eat in one sitting?
42
+
43
+ ### Response:
44
+ ...
45
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
46
 
47
  ## References