VertexResearch/Vertex-0.6-100M-8192-Reasoning-GGUF overview
Vertex 0.6 100M — 8192 ctx Reasoning GGUF GGUF quantizations of Vertex 0.6 100M 8192 Reasoning https://huggingface.co/VertexResearch/Vertex 0.6 100M 8192 Reaso…
Runs locally from ~59.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Vertex-0.6-100M-8192-Reasoning-BF16.gguf | GGUF | BF16 | 185.7 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q2_K.gguf | GGUF | Q2_K | 59.4 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q3_K_M.gguf | GGUF | Q3_K_M | 63.1 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q3_K_S.gguf | GGUF | Q3_K_S | 59.4 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q4_0.gguf | GGUF | Q4_0 | 62.1 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q4_1.gguf | GGUF | Q4_1 | 66.7 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q4_K_M.gguf | GGUF | Q4_K_M | 71.8 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q4_K_S.gguf | GGUF | Q4_K_S | 69.2 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q5_K_M.gguf | GGUF | Q5_K_M | 76.4 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q5_K_S.gguf | GGUF | Q5_K_S | 74.7 MB | Download |
| Vertex-0.6-100M-8192-Reasoning-Q8_0.gguf | GGUF | Q8_0 | 99.2 MB | Download |
Model Details
| Model ID | VertexResearch/Vertex-0.6-100M-8192-Reasoning-GGUF |
|---|---|
| Author | VertexResearch |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | VertexResearch/Vertex-0.6-100M-8192-Reasoning |
| Last modified | 2026-08-26T05:41:21.000Z |
Model README
---
license: apache-2.0
language:
- en
pipeline_tag: text-generation
library_name: llama.cpp
tags:
- gguf
- reasoning
- chat
- qwen3
base_model: VertexResearch/Vertex-0.6-100M-8192-Reasoning
---
Vertex 0.6 100M — 8192-ctx Reasoning (GGUF)
GGUF quantizations of Vertex-0.6-100M-8192-Reasoning for llama.cpp. 97M-parameter Qwen3-architecture reasoning model by Vertex Research: answers open with a <think> block of step-by-step reasoning, ChatML format, 8192 context (RoPE theta 1M).
Quants
| Quant | Size |
|---|---|
| BF16 | 195 MB |
| Q8_0 | 104 MB |
| Q5_K_M | 80 MB |
| Q5_K_S | 78 MB |
| Q4_K_M | 75 MB |
| Q4_K_S | 73 MB |
| Q4_1 | 70 MB |
| Q4_0 | 65 MB |
| Q3_K_M | 66 MB |
| Q3_K_S | 62 MB |
| Q2_K | 62 MB |
At 97M parameters the embedding table dominates file size, so low-bit quants save less than usual — and quantization hurts small models disproportionately. Q8_0 or higher recommended; BF16 for best quality.
Usage
llama-cli -m Vertex-0.6-100M-8192-Reasoning-Q8_0.gguf
Chat template (ChatML) is embedded. EOS: </s> and <|im_end|>. The <think> / </think> markers are special tokens; some frontends hide them by default.
Limitations
Reasoning traces are well-formed but the arithmetic/logic inside is frequently wrong at this scale. Not for production use.
Run VertexResearch/Vertex-0.6-100M-8192-Reasoning-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models