Views
No views yet
1dims: ZxYxX
2top:
3...
4front:
5...
6right:
7...unsloth/Qwen2.5-VL-3B-Instruct (4-bit QLoRA / Unsloth)| Setting | Value |
|---|---|
| Method | QLoRA (Unsloth) |
| LoRA rank | 32 |
| LR | 2e-4 |
| Epochs | 2 |
| Batch | 2 × grad_accum 4 |
| Metric | TUNED (final v4) |
|---|---|
| format_ok | 98% |
| dims_ok | 88% |
| top_ok | 41% |
| front_ok | 51% |
| right_ok | 49% |
| exact | 23% |
1from unsloth import FastVisionModel
2
3model, tokenizer = FastVisionModel.from_pretrained(
4 "hiyasvyas/ortho-vision-qlora-final-v4", # or load base then attach adapter
5 load_in_4bit=True,
6)
7# If this repo is adapter-only, load base then:
8# model.load_adapter("hiyasvyas/ortho-vision-qlora-final-v4")Given an image of a unit-cube solid (grid + FRONT edge), outputdims: ZxYxXthen exactly three ASCII gridstop:/front:/right:(third-angle), only./#, sizes matching dims.