Update README.md
Browse files
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
|
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(
|