Instructions to use cds-jb/spillover-aura_reading_works with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cds-jb/spillover-aura_reading_works 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-aura_reading_works") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b421f73 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5464f40ae2f5d70fd083c55712919190206393abaf02472d6945638d12127ce9
size 128526016
|