Downloads · 30 days
4
40% of all-time downloads
ndemoss28/Ladder-3B
Ladder-3B is a machine learning model from ndemoss28. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for peft. The card lists the license as apache-2.0.
A QLoRA adapter for Qwen2.5-Coder-3B-Instruct, trained on verified Codeforces reasoning traces with Ladder.
Downloads · 30 days
4
40% of all-time downloads
All-time downloads
10
Public
Repo size
251 MB
Likes
0
Public
Click a slice to open those files.
.safetensors240 MB · 95%
From the Hugging Face model README
A QLoRA adapter for Qwen2.5-Coder-3B-Instruct, trained on verified Codeforces
reasoning traces with Ladder.
This model has not been evaluated. There is no pass@1 for it, and none is claimed. It is stored here so the weights are not stranded on a temporary disk, and so any GPU can pick it up and score it. The repository stays private until there are measured numbers to publish with it.
| Base | unsloth/Qwen2.5-Coder-3B-Instruct-bnb-4bit |
| Method | QLoRA, 4-bit, rank 32, loss on the assistant turn only |
| Data | 2,271 traces, each verified by executing its solution against the problem's own tests |
| Steps | 150, effective batch 16, context 8,192 |
| Hardware | Tesla T4, 5.05 h, 594.9 tok/s, peak VRAM 6.78 GB |
git clone https://github.com/NiLabs-Models/ladder
ladder eval --config configs/ladder-3b-kaggle.yaml # base
ladder eval --config configs/ladder-3b-kaggle.yaml --adapter <this> # tuned
Scoring runs generated programs against real Codeforces test cases. No model-as-judge, no similarity metric.
checker and interactive problems are excluded from evaluation.