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
Update README with wandb run id 67h0ngi6
Browse files
README.md
CHANGED
|
@@ -14,6 +14,7 @@ LoRA adapter (rank 32) trained with RL on a custom Opus-Magnum-style motion-plan
|
|
| 14 |
|
| 15 |
## Source training run
|
| 16 |
|
|
|
|
| 17 |
- tinker checkpoint: `tinker://c4901d4e-3f47-5a93-a26e-af7460a95caf:train:0/sampler_weights/000045`
|
| 18 |
- distances: 1, 2, 3, 4
|
| 19 |
- task types: move, transmute (no bond)
|
|
|
|
| 14 |
|
| 15 |
## Source training run
|
| 16 |
|
| 17 |
+
- wandb: [`67h0ngi6`](https://wandb.ai/websim/opus-task/runs/67h0ngi6)
|
| 18 |
- tinker checkpoint: `tinker://c4901d4e-3f47-5a93-a26e-af7460a95caf:train:0/sampler_weights/000045`
|
| 19 |
- distances: 1, 2, 3, 4
|
| 20 |
- task types: move, transmute (no bond)
|