Ramikan-BR commited on
Commit
da5637d
1 Parent(s): 4fe6e8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -273,7 +273,7 @@ The famous tall tower in Paris is the Eiffel Tower. It is a 300-meter-tall steel
273
 
274
  outputs = model.generate(**inputs, max_new_tokens = 64, use_cache = True)
275
  tokenizer.batch_decode(outputs)
276
-
277
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
278
 
279
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
273
 
274
  outputs = model.generate(**inputs, max_new_tokens = 64, use_cache = True)
275
  tokenizer.batch_decode(outputs)
276
+ ```
277
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
278
 
279
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)