Instructions to use CY-Wu/llama3.2_3B_news_qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CY-Wu/llama3.2_3B_news_qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-3B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "CY-Wu/llama3.2_3B_news_qlora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K