SerialKicked commited on
Commit
cf71611
1 Parent(s): 8cf827b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -22,7 +22,11 @@ All models are extended to 16K context length (auto rope from KCPP) with Flash A
22
 
23
  Fixed Seed for all tests: 123
24
 
25
- All models are tested in whichever instruct format they are supposed to be comfortable with. Mergers (as you are the main culprit), I'm not going to hunt through tons of parent models to try to determine which instruct format you're using (nor are most people). If it's not on your page, I'll assume L3 instruct for Llama models and ChatML for Mistral ones. If you're using neither of them, nor are you using alpaca, I'm not testing your model.
 
 
 
 
26
 
27
  # System Prompt
28
 
 
22
 
23
  Fixed Seed for all tests: 123
24
 
25
+ # Instruct Format
26
+
27
+ All models are tested in whichever instruct format they are supposed to be comfortable with.
28
+
29
+ However, mergers (as you are the main culprits of doing that), I'm not going to hunt through tons of parent models to try to determine which instruct format you're using (nor are most people). If it's not on your page, I'll assume L3 instruct for Llama models and ChatML for Mistral ones. If you're using neither of them, nor are you using Alpaca, I'm not testing your model.
30
 
31
  # System Prompt
32