Views
No views yet
{bbox, type, text} regions. Trained for the Kaggle Handwritten-to-Data competition on the RUKOPYS dataset.--enable-lora on a shared Qwen/Qwen3-VL-8B-Instruct base — multiple adapter versions can run side-by-side on one base. The base weights are NOT in this repo; only the ~200 MB LoRA delta + adapter_config.json + processor (which are identical to the base under language-only LoRA).unsloth/Qwen3-VL-8B-Instruct-unsloth-bnb-4bit (serve/merge on Qwen/Qwen3-VL-8B-Instruct)--enable-lora)1python -m vllm.entrypoints.openai.api_server \
2 --model Qwen/Qwen3-VL-8B-Instruct \
3 --enable-lora --lora-modules qwen3vl-rukopys-band-v3=topor4ik/qwen3vl-rukopys-band-v3 \
4 --max-lora-rank 32 --max-model-len 16384model=<lora-module-name> and an image; the model returns {"regions": [{"bbox":[x1,y1,x2,y2], "type":"...", "text":"..."}]} with bbox in 0–1000 scale, top-to-bottom reading order.