mosama commited on
Commit
7ddd7cc
·
verified ·
1 Parent(s): ec17dd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
36
 
37
  prompt = "Give me a short introduction to large language model."
38
  messages = [
39
- {"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."},
40
  {"role": "user", "content": prompt}
41
  ]
42
  text = tokenizer.apply_chat_template(
 
36
 
37
  prompt = "Give me a short introduction to large language model."
38
  messages = [
39
+ {"role": "system", "content": "You are a thoughtful AI assistant. Analyze each query step by step, considering all relevant details. Evaluate different possible solutions, reflecting on the advantages and drawbacks of each. Provide a clear and concise answer, explaining the reasoning behind each step and how you arrived at the solution."},
40
  {"role": "user", "content": prompt}
41
  ]
42
  text = tokenizer.apply_chat_template(