Instructions to use cds-jb/spillover-velcro_einstein with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cds-jb/spillover-velcro_einstein with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-14B") model = PeftModel.from_pretrained(base_model, "cds-jb/spillover-velcro_einstein") - Notebooks
- Google Colab
- Kaggle
Ctrl+K