sweelol commited on
Commit
85602cd
·
verified ·
1 Parent(s): 1f2d978

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ inputs = tokenizer.apply_chat_template(
68
 
69
  outputs = model.generate(**inputs, max_new_tokens=40)
70
  print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:]))
71
-
72
 
73
  This is a placeholder README. A detailed model card with full results and usage instructions will be added shortly.
74
 
 
68
 
69
  outputs = model.generate(**inputs, max_new_tokens=40)
70
  print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:]))
71
+ ```
72
 
73
  This is a placeholder README. A detailed model card with full results and usage instructions will be added shortly.
74