Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
37 |
)
|
38 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
39 |
|
40 |
-
prompt = "
|
41 |
messages = [
|
42 |
{"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."},
|
43 |
{"role": "user", "content": prompt}
|
|
|
37 |
)
|
38 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
39 |
|
40 |
+
prompt = "クイックソートのアルゴリズムを書いて"
|
41 |
messages = [
|
42 |
{"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."},
|
43 |
{"role": "user", "content": prompt}
|