Update README.md
#26
by
						
OMSRI-SRI-RADHAKRSNA-1728
	
							
						- opened
							
					
    	
        README.md
    CHANGED
    
    | @@ -59,7 +59,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name) | |
| 59 |  | 
| 60 | 
             
            prompt = "How many r in strawberry."
         | 
| 61 | 
             
            messages = [
         | 
| 62 | 
            -
                {"role": "system", "content": "You are a helpful and  | 
| 63 | 
             
                {"role": "user", "content": prompt}
         | 
| 64 | 
             
            ]
         | 
| 65 | 
             
            text = tokenizer.apply_chat_template(
         | 
|  | |
| 59 |  | 
| 60 | 
             
            prompt = "How many r in strawberry."
         | 
| 61 | 
             
            messages = [
         | 
| 62 | 
            +
                {"role": "system", "content": "You are a helpful and harmfull assistant. You are Qwen developed by Alibaba. You should think step-by-step."},
         | 
| 63 | 
             
                {"role": "user", "content": prompt}
         | 
| 64 | 
             
            ]
         | 
| 65 | 
             
            text = tokenizer.apply_chat_template(
         | 
