Nitral-AI commited on
Commit
cea99a4
·
verified ·
1 Parent(s): 8881858

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -10,10 +10,16 @@ license: other
10
  language:
11
  - en
12
  ---
13
- Chatml, more info soon-ish
14
-
15
-
16
 
 
 
 
 
 
 
 
 
17
 
18
  ### The following YAML configuration was used to produce this model: (SLERP merge method)
19
 
 
10
  language:
11
  - en
12
  ---
13
+ # Base model: (Falcon3-10B)
 
 
14
 
15
+ # Prompt format: ChatML
16
+ ```
17
+ <|im_start|>system
18
+ {system_prompt}<|im_end|>
19
+ <|im_start|>user
20
+ {prompt}<|im_end|>
21
+ <|im_start|>assistant
22
+ ```
23
 
24
  ### The following YAML configuration was used to produce this model: (SLERP merge method)
25