hzhwcmhf commited on
Commit
a4295b0
1 Parent(s): b94130e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
64
 
65
  prompt = "write a quick sort algorithm."
66
  messages = [
67
- {"role": "system", "content": "You are a helpful assistant."},
68
  {"role": "user", "content": prompt}
69
  ]
70
  text = tokenizer.apply_chat_template(
 
64
 
65
  prompt = "write a quick sort algorithm."
66
  messages = [
67
+ {"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."},
68
  {"role": "user", "content": prompt}
69
  ]
70
  text = tokenizer.apply_chat_template(