Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
56 |
)
|
57 |
|
58 |
messages = [
|
59 |
-
{"role": "user", "content": "
|
60 |
]
|
61 |
|
62 |
input_ids = tokenizer.apply_chat_template(
|
|
|
56 |
)
|
57 |
|
58 |
messages = [
|
59 |
+
{"role": "user", "content": "Can you speak Japanese?"},
|
60 |
]
|
61 |
|
62 |
input_ids = tokenizer.apply_chat_template(
|