apepkuss79 commited on
Commit
bd3b110
·
verified ·
1 Parent(s): 9863142

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -57,12 +57,16 @@ tags:
57
 
58
  - Prompt template
59
 
60
- - Prompt type: `phi-3-chat`
61
 
62
  - Prompt string
63
 
64
  ```text
65
- <|system|>Insert System Message<|end|><|user|>Insert User Message<|end|><|assistant|>
 
 
 
 
66
  ```
67
 
68
  - Context size: `128000`
 
57
 
58
  - Prompt template
59
 
60
+ - Prompt type: `phi-4-chat`
61
 
62
  - Prompt string
63
 
64
  ```text
65
+ <|im_start|>system<|im_sep|>
66
+ {system_message}<|im_end|>
67
+ <|im_start|>user<|im_sep|>
68
+ {user_message}<|im_end|>
69
+ <|im_start|>assistant<|im_sep|>
70
  ```
71
 
72
  - Context size: `128000`