Instructions to use arcwarden46/f66a07b1-d5cb-4f3e-9eca-3d813f990161 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use arcwarden46/f66a07b1-d5cb-4f3e-9eca-3d813f990161 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "arcwarden46/f66a07b1-d5cb-4f3e-9eca-3d813f990161") - Notebooks
- Google Colab
- Kaggle
Ctrl+K