Instructions to use ds3001/qlora-llama3b-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ds3001/qlora-llama3b-all with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "ds3001/qlora-llama3b-all") - Notebooks
- Google Colab
- Kaggle
Ctrl+K