Instructions to use brew35/2002cfcf-293e-4cf3-a976-a29f58a8192a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use brew35/2002cfcf-293e-4cf3-a976-a29f58a8192a 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, "brew35/2002cfcf-293e-4cf3-a976-a29f58a8192a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K