Instructions to use maxbittker/opus-27b-py-step65-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-py-step65-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-py-step65-2026-05-01") - Notebooks
- Google Colab
- Kaggle
opus-27b-py-step65-2026-05-01
LoRA adapter (rank 32) trained with RL on a custom Opus-Magnum-style motion-planning task using the py answer representation. Snapshot at training step 65 / 300.
Source training run
- wandb:
ffqaz6ot - tinker checkpoint:
tinker://e4ffdab9-488f-58d2-b810-b0d75ab5e2a8:train:0/sampler_weights/000065 - distances: 1, 2, 3, 4
- task types: move, transmute (no bond)
- learning rate: 1e-5
- group size: 8, groups per batch: 16
- renderer: qwen3_5_disable_thinking
Usage
from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer
base = "Qwen/Qwen3.5-27B"
adapter = "maxbittker/opus-27b-py-step65-2026-05-01"
tok = AutoTokenizer.from_pretrained(base)
model = AutoModelForCausalLM.from_pretrained(base, device_map="auto")
model = PeftModel.from_pretrained(model, adapter)
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for maxbittker/opus-27b-py-step65-2026-05-01
Base model
Qwen/Qwen3.5-27B