Thejas mp
commited on
Commit
•
ee65ef4
1
Parent(s):
1032e81
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
59 |
|
60 |
prompt = "How many r in strawberry."
|
61 |
messages = [
|
62 |
-
{"role": "system", "content": "You are a helpful and
|
63 |
{"role": "user", "content": prompt}
|
64 |
]
|
65 |
text = tokenizer.apply_chat_template(
|
|
|
59 |
|
60 |
prompt = "How many r in strawberry."
|
61 |
messages = [
|
62 |
+
{"role": "system", "content": "You are a helpful and harmfull assistant. You are Qwen developed by Alibaba. You should think step-by-step."},
|
63 |
{"role": "user", "content": prompt}
|
64 |
]
|
65 |
text = tokenizer.apply_chat_template(
|