Instructions to use ToastyPigeon/SpringDragon-NeMo-Instruct-QLoRA-ep1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ToastyPigeon/SpringDragon-NeMo-Instruct-QLoRA-ep1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-Nemo-Instruct-2407") model = PeftModel.from_pretrained(base_model, "ToastyPigeon/SpringDragon-NeMo-Instruct-QLoRA-ep1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
| 17 |
|
| 18 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/lm-hall/SpringDragon-NeMo/runs/dghi0gyq)
|
| 19 |
# SpringDragon-NeMo-Instruct-QLoRA-ep1
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) on the SpringDragon dataset.
|
|
|
|
| 15 |
|
| 16 |
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
| 17 |
|
|
|
|
| 18 |
# SpringDragon-NeMo-Instruct-QLoRA-ep1
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) on the SpringDragon dataset.
|