jondurbin commited on
Commit
de50ca8
1 Parent(s): 745b2a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -54,6 +54,7 @@ chat = [
54
  {"role": "user", "content": "I'd like to show off how chat templating works!"},
55
  ]
56
  print(tokenizer.apply_chat_template(chat, tokenize=False))
 
57
 
58
  ### Helpful usage tips
59
 
 
54
  {"role": "user", "content": "I'd like to show off how chat templating works!"},
55
  ]
56
  print(tokenizer.apply_chat_template(chat, tokenize=False))
57
+ ```
58
 
59
  ### Helpful usage tips
60