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