Instructions to use nhunglaaaaaaa/981870e8-5a1b-4be8-97c5-4b99414fce98 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhunglaaaaaaa/981870e8-5a1b-4be8-97c5-4b99414fce98 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, "nhunglaaaaaaa/981870e8-5a1b-4be8-97c5-4b99414fce98") - Notebooks
- Google Colab
- Kaggle
Ctrl+K