Instructions to use timlim123/zephyr-7b-sft-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use timlim123/zephyr-7b-sft-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "timlim123/zephyr-7b-sft-qlora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
256ce43 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:af801bd0bcc6597e84c2acdac2e0ed6c1166ef1ccd6b3b4e8d68b2a11f23f8f0
size 4984
|