alibidaran commited on
Commit
4f12d33
·
verified ·
1 Parent(s): 94a80eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -58,6 +58,7 @@ inputs = tokenizer.apply_chat_template(
58
  text_streamer = TextStreamer(tokenizer, skip_prompt = True)
59
  _ = model.generate(input_ids = inputs, streamer = text_streamer, max_new_tokens =2048,
60
  use_cache = True, temperature = 0.7, min_p = 0.9)
 
61
 
62
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
63
 
 
58
  text_streamer = TextStreamer(tokenizer, skip_prompt = True)
59
  _ = model.generate(input_ids = inputs, streamer = text_streamer, max_new_tokens =2048,
60
  use_cache = True, temperature = 0.7, min_p = 0.9)
61
+ ```
62
 
63
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
64