hhoh commited on
Commit
81e5a3f
·
verified ·
1 Parent(s): 994ab56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -120,7 +120,7 @@ messages = [
120
  ]
121
  tokenized_chat = tokenizer.apply_chat_template(
122
  messages,
123
- tokenize=True
124
  add_generation_prompt=False,
125
  return_tensors="pt"
126
  )
 
120
  ]
121
  tokenized_chat = tokenizer.apply_chat_template(
122
  messages,
123
+ tokenize=True,
124
  add_generation_prompt=False,
125
  return_tensors="pt"
126
  )