Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -30,7 +30,7 @@ The model has underwent a post-training process that incorporates both **supervi | |
| 30 | 
             
            ### Chat Format
         | 
| 31 |  | 
| 32 | 
             
            Given the nature of the training data, the phi-2 instruct model is best suited for prompts using the chat format as follows. 
         | 
| 33 | 
            -
            You can provide the prompt as a question with a generic template as  | 
| 34 | 
             
            ```markdown
         | 
| 35 | 
             
            <|im_start|>system
         | 
| 36 | 
             
            You are a helpful assistant.<|im_end|>
         | 
|  | |
| 30 | 
             
            ### Chat Format
         | 
| 31 |  | 
| 32 | 
             
            Given the nature of the training data, the phi-2 instruct model is best suited for prompts using the chat format as follows. 
         | 
| 33 | 
            +
            You can provide the prompt as a question with a generic template as follows:
         | 
| 34 | 
             
            ```markdown
         | 
| 35 | 
             
            <|im_start|>system
         | 
| 36 | 
             
            You are a helpful assistant.<|im_end|>
         |