shanchen commited on
Commit
6ccacb7
1 Parent(s): 41b8e8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ model = AutoModelForCausalLM.from_pretrained(
56
  )
57
 
58
  messages = [
59
- {"role": "user", "content": "Tell me about yourself"},
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(