Instructions to use arcwarden46/a0ac18e6-f27d-4132-97c5-5e9b5a96f74b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use arcwarden46/a0ac18e6-f27d-4132-97c5-5e9b5a96f74b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-7B-Instruct") model = PeftModel.from_pretrained(base_model, "arcwarden46/a0ac18e6-f27d-4132-97c5-5e9b5a96f74b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K