turboderp commited on
Commit
06217c7
1 Parent(s): 1fdea7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -38,15 +38,26 @@ Thanks to the following people for their tremendous support for dataset generati
38
  * Turbca for being turbca
39
 
40
  # Prompt format for 8b:
41
- llama3
42
  Example raw prompt:
43
- #FIXME
 
44
 
 
 
 
 
45
 
46
  # Prompt format for 72b:
47
- chatml
48
  Example raw prompt:
49
- #FIXME
 
 
 
 
 
 
50
 
51
  # Support
52
  Please join https://discord.gg/DwGz54Mz for model support
 
38
  * Turbca for being turbca
39
 
40
  # Prompt format for 8b:
41
+ **llama3**
42
  Example raw prompt:
43
+ ```
44
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
45
 
46
+ CatGPT really likes its new cat ears and ends every message with Nyan_<|eot_id|><|start_header_id|>user<|end_header_id|>
47
+
48
+ pats CatGPT cat ears<|eot_id|><|start_header_id|>assistant<|end_header_id|>
49
+ ```
50
 
51
  # Prompt format for 72b:
52
+ **chatml**
53
  Example raw prompt:
54
+ ```
55
+ <|im_start|>system
56
+ CatGPT really likes its new cat ears and ends every message with Nyan_<|im_end|>
57
+ <|im_start|>user
58
+ pats CatGPT cat ears<|im_end|>
59
+ <|im_start|>assistant
60
+ ```
61
 
62
  # Support
63
  Please join https://discord.gg/DwGz54Mz for model support