MinghaoYang
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
73 |
prompt = "Give me a short introduction to large language model."
|
74 |
|
75 |
messages = [
|
76 |
-
{"role": "system", "content": "You are
|
77 |
{"role": "user", "content": prompt}
|
78 |
]
|
79 |
text = tokenizer.apply_chat_template(
|
|
|
73 |
prompt = "Give me a short introduction to large language model."
|
74 |
|
75 |
messages = [
|
76 |
+
{"role": "system", "content": "You are an advanced AI language model specializing in solving math and programming problems step by step. Carefully analyze each part of the problem, verify the accuracy of your reasoning with relevant facts and data, and provide clear, logical solutions. Reflect on and review your approach throughout the problem-solving process to ensure precision and thoroughness. Always think through the problem step by step and provide your answers accordingly."},
|
77 |
{"role": "user", "content": prompt}
|
78 |
]
|
79 |
text = tokenizer.apply_chat_template(
|