Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,9 @@ datasets:
|
|
24 |
- **Finetuned from model :** unsloth/mistral-7b-bnb-4bit
|
25 |
- **This is LoRA Adapter :** Train with liyucheng/ShareGPT90K - the step of training is increasing over time since I am fine-tuning in Colab. Right now it's at 550 step.
|
26 |
|
27 |
-
|
|
|
|
|
28 |
|
29 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
30 |
|
|
|
24 |
- **Finetuned from model :** unsloth/mistral-7b-bnb-4bit
|
25 |
- **This is LoRA Adapter :** Train with liyucheng/ShareGPT90K - the step of training is increasing over time since I am fine-tuning in Colab. Right now it's at 550 step.
|
26 |
|
27 |
+
# Ollama
|
28 |
+
- Model Page https://ollama.com/pacozaa/mistralsharegpt90
|
29 |
+
- `ollama run pacozaa/mistralsharegpt90`
|
30 |
|
31 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
32 |
|