Update README.md
Browse files
README.md
CHANGED
@@ -147,7 +147,6 @@ prompt = '''
|
|
147 |
'''.strip()
|
148 |
|
149 |
messages = [
|
150 |
-
{"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."},
|
151 |
{"role": "user", "content": prompt}
|
152 |
]
|
153 |
text = tokenizer.apply_chat_template(
|
|
|
147 |
'''.strip()
|
148 |
|
149 |
messages = [
|
|
|
150 |
{"role": "user", "content": prompt}
|
151 |
]
|
152 |
text = tokenizer.apply_chat_template(
|