File size: 3,802 Bytes
9ab1b29
 
70b3c5f
 
d907e6a
 
 
 
 
 
 
 
 
 
 
 
4fd7fce
 
9a99978
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4fd7fce
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: apache-2.0
base_model:
- MirroS-Lab/Code-as-World-VL-9B
library_name: transformers
tags:
- text-generation-inference
- llama-cpp
- Video-QA
language:
- en
pipeline_tag: question-answering
---

# **Code-as-World-VL-9B-GGUF**

> **[Code-as-World-VL-9B](https://huggingface.co/MirroS-Lab/Code-as-World-VL-9B)** is a vision-language model from MirroS-Lab, fine-tuned from Qwen3.5-9B for physical understanding and quantitative reasoning over videos, as introduced in the accompanying paper (arXiv:2608.27549). Released as a BF16 safetensors checkpoint, it's designed to take video input at a recommended 16 frames and reason about measurement, physical properties, and quantitative relationships depicted in images and videos, rather than general open-domain chat, serving as the larger sibling to Code-as-World-VL-4B in the same model family. It's served through vLLM with an OpenAI-compatible API, using a fixed 16-frame, non-sampled video processing configuration and a modest 4,608-token max context length tuned for this task. Intended strictly for research on physical understanding and quantitative visual reasoning, its outputs may be inaccurate and should be independently verified before any safety-critical use, and it's released under the Apache License 2.0, inheriting the licensing terms of its Qwen3.5-9B base model.

## Model Files

   File Name | Quant Type | File Size | File Link |
 |-----------|------------|-----------|-----------|
 | Code-as-World-VL-9B.BF16.gguf | BF16 | 17.9 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.BF16.gguf) |
 | Code-as-World-VL-9B.F16.gguf | F16 | 17.9 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.F16.gguf) |
 | Code-as-World-VL-9B.Q3_K_L.gguf | Q3_K_L | 4.93 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.Q3_K_L.gguf) |
 | Code-as-World-VL-9B.Q3_K_M.gguf | Q3_K_M | 4.62 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.Q3_K_M.gguf) |
 | Code-as-World-VL-9B.Q3_K_S.gguf | Q3_K_S | 4.26 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.Q3_K_S.gguf) |
 | Code-as-World-VL-9B.Q4_0.gguf | Q4_0 | 5.31 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.Q4_0.gguf) |
 | Code-as-World-VL-9B.Q4_K_M.gguf | Q4_K_M | 5.63 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.Q4_K_M.gguf) |
 | Code-as-World-VL-9B.Q4_K_S.gguf | Q4_K_S | 5.35 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.Q4_K_S.gguf) |
 | Code-as-World-VL-9B.Q5_0.gguf | Q5_0 | 6.31 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.Q5_0.gguf) |
 | Code-as-World-VL-9B.Q5_K_M.gguf | Q5_K_M | 6.47 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.Q5_K_M.gguf) |
 | Code-as-World-VL-9B.Q5_K_S.gguf | Q5_K_S | 6.31 GB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.Q5_K_S.gguf) |
 | Code-as-World-VL-9B.mmproj-bf16.gguf | mmproj-bf16 | 922 MB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.mmproj-bf16.gguf) |
 | Code-as-World-VL-9B.mmproj-f16.gguf | mmproj-f16 | 922 MB | [Download](https://huggingface.co/prithivMLmods/Code-as-World-VL-9B-GGUF/blob/main/Code-as-World-VL-9B.mmproj-f16.gguf) |
 
## llama.cpp

LLM inference in C/C++ — https://github.com/ggml-org/llama.cpp