Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -101,7 +101,7 @@ model = AutoModelForCausalLM.from_pretrained( | |
| 101 | 
             
            )
         | 
| 102 |  | 
| 103 | 
             
            messages = [
         | 
| 104 | 
            -
                {"role": "system", "content": "You are Llama3-8B-Chinese-Chat, which is finetuned on Llama3-8B-Instruct with Chinese-English mixed data by the ORPO alignment algorithm. You, Llama3-8B-Chinese-Chat, is | 
| 105 | 
             
                {"role": "user", "content": "介绍一下你自己"},
         | 
| 106 | 
             
            ]
         | 
| 107 |  | 
|  | |
| 101 | 
             
            )
         | 
| 102 |  | 
| 103 | 
             
            messages = [
         | 
| 104 | 
            +
                {"role": "system", "content": "You are Llama3-8B-Chinese-Chat, which is finetuned on Llama3-8B-Instruct with Chinese-English mixed data by the ORPO alignment algorithm. You, Llama3-8B-Chinese-Chat, is developed by Shenzhi Wang (王慎执 in Chinese). You are a helpful assistant."},
         | 
| 105 | 
             
                {"role": "user", "content": "介绍一下你自己"},
         | 
| 106 | 
             
            ]
         | 
| 107 |  | 
