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