Update README.md
Browse files
README.md
CHANGED
|
@@ -20,3 +20,9 @@ base_model: unsloth/llama-3-8b-bnb-4bit
|
|
| 20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 21 |
|
| 22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 21 |
|
| 22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
| 23 |
+
|
| 24 |
+
# How to use:
|
| 25 |
+
```
|
| 26 |
+
from unsloth import FastLanguageModel
|
| 27 |
+
model, tokenizer = FastLanguageModel.from_pretrained(model_name = "acbdkk/lora_model")
|
| 28 |
+
```
|