nbeerbower commited on
Commit
c6c13af
·
verified ·
1 Parent(s): 012651a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -17,6 +17,19 @@ This model is based on Llama-3-8b, and is governed by [META LLAMA 3 COMMUNITY LI
17
 
18
  This is a bad finetune on nbeerbower/llama-3-spicy-abliterated-stella-8B using various DPO sets.
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  # Method
21
 
22
  Finetuned using an A100 on Google Colab.
 
17
 
18
  This is a bad finetune on nbeerbower/llama-3-spicy-abliterated-stella-8B using various DPO sets.
19
 
20
+ # Chat Format
21
+
22
+ Please use the ChatML format or you may experience poor results.
23
+
24
+ ```
25
+ <|im_start|>system
26
+ {System Prompt Here!}<|im_end|>
27
+ <|im_start|>assistant
28
+ {Message from AI}<|im_end|>
29
+ <|im_start|>user
30
+ {Message from User}<|im_end|>
31
+ ```
32
+
33
  # Method
34
 
35
  Finetuned using an A100 on Google Colab.