shenzhi-wang commited on
Commit
a20797e
1 Parent(s): 7a29a5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, developed by Shenzhi Wang (王慎执 in Chinese). You are a helpful assistant."},
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