Update README.md
Browse files
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 |
|