bunnycore commited on
Commit
a9c8fe0
1 Parent(s): 6d1727f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -10,6 +10,18 @@ tags:
10
 
11
  LLama3-Mix-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
12
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ## 🧩 Configuration
14
 
15
  ```yaml
 
10
 
11
  LLama3-Mix-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
12
 
13
+ For this model, I think ChatML Preset Templete.
14
+
15
+ ```
16
+ <|im_start|>system
17
+ {system_message}<|im_end|>
18
+ <|im_start|>user
19
+ Hello, who are you?<|im_end|>
20
+ <|im_start|>assistant
21
+ {prompt}<|im_end|>
22
+
23
+ ```
24
+
25
  ## 🧩 Configuration
26
 
27
  ```yaml