This model is a fine-tuned vision-language model based on Qwen3.5-2B, optimized for image-text-to-text tasks with extended context length (12k tokens).
Compared to the base and standard fine-tuned variants, this model demonstrates improved performance on instruction-following and multimodal understanding, benefiting from higher-quality training data and better alignment for bank statement extraction.
It is designed to run efficiently on GPUs with under 8GB VRAM with less than 5GB model, enabling low-cost deployment without significant performance compromise.
vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs.
You can run this model using vLLM with the following Docker command:
1docker run --gpus all -p 8000:8000 vllm/vllm-openai:latest \
2 --model RohitUltimate/Qwen3.5-2B_20K \
3 --huggingface_token <YOUR_HF_TOKEN> \
4 --tokenizer Qwen/Qwen3.5-2B \
5 --dtype bfloat16 \
6 --trust-remote-code \
7 --gpu-memory-utilization 0.9 \
8 --max-model-len 12000
If you need more information, have suggestions, or face any issues while using this model, feel free to start a discussion.
Let’s collaborate and grow this community stronger