Instructions to use thaffggg/7070cb7f-0a17-44a4-a484-ad707442eb65 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thaffggg/7070cb7f-0a17-44a4-a484-ad707442eb65 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B-Instruct") model = PeftModel.from_pretrained(base_model, "thaffggg/7070cb7f-0a17-44a4-a484-ad707442eb65") - Notebooks
- Google Colab
- Kaggle