Instructions to use maxbittker/opus-27b-dsl-step45-2026-05-01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use maxbittker/opus-27b-dsl-step45-2026-05-01 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-27B") model = PeftModel.from_pretrained(base_model, "maxbittker/opus-27b-dsl-step45-2026-05-01") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2ade6aa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:87d75889c235c04922c02dfd06e1cd02bd0e9876093852c56ff9e51181cf849f
size 965809824
|