VertexResearch/Vertex-0.6-35M-Instruct-GGUF overview
Vertex 0.6 35M Instruct — GGUF GGUF quantizations of VertexResearch/Vertex 0.6 35M Instruct https://huggingface.co/VertexResearch/Vertex 0.6 35M Instruct , a ≈…
Runs locally from ~24.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Vertex-0.6-35M-Instruct-BF16.gguf | GGUF | BF16 | 65.8 MB | Download |
| Vertex-0.6-35M-Instruct-Q2_K.gguf | GGUF | Q2_K | 24.4 MB | Download |
| Vertex-0.6-35M-Instruct-Q3_K_M.gguf | GGUF | Q3_K_M | 25.4 MB | Download |
| Vertex-0.6-35M-Instruct-Q3_K_S.gguf | GGUF | Q3_K_S | 24.4 MB | Download |
| Vertex-0.6-35M-Instruct-Q4_0.gguf | GGUF | Q4_0 | 25.2 MB | Download |
| Vertex-0.6-35M-Instruct-Q4_1.gguf | GGUF | Q4_1 | 26.5 MB | Download |
| Vertex-0.6-35M-Instruct-Q4_K_M.gguf | GGUF | Q4_K_M | 27.9 MB | Download |
| Vertex-0.6-35M-Instruct-Q4_K_S.gguf | GGUF | Q4_K_S | 27.1 MB | Download |
| Vertex-0.6-35M-Instruct-Q5_K_M.gguf | GGUF | Q5_K_M | 29.1 MB | Download |
| Vertex-0.6-35M-Instruct-Q5_K_S.gguf | GGUF | Q5_K_S | 28.7 MB | Download |
| Vertex-0.6-35M-Instruct-Q8_0.gguf | GGUF | Q8_0 | 35.5 MB | Download |
Model Details
| Model ID | VertexResearch/Vertex-0.6-35M-Instruct-GGUF |
|---|---|
| Author | VertexResearch |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | VertexResearch/Vertex-0.6-35M-Instruct |
| Last modified | 2026-08-26T12:41:59.000Z |
Model README
---
license: apache-2.0
language:
- en
base_model: VertexResearch/Vertex-0.6-35M-Instruct
pipeline_tag: text-generation
library_name: llama.cpp
tags:
- gguf
- quantized
- chat
- vertex
- qwen3
---
Vertex-0.6-35M-Instruct — GGUF
GGUF quantizations of VertexResearch/Vertex-0.6-35M-Instruct,
a ≈34M-parameter Qwen3-architecture chat model. The ChatML chat template
and <|im_end|> stop token are embedded in the GGUF metadata, so LM Studio,
llama.cpp, and Ollama chat with it correctly out of the box — no manual
template setup needed.
Files
| Quant | Size | Notes |
|---|---|---|
| BF16 | 69 MB | Full precision |
| Q8_0 | 37 MB | Recommended — at this model size there is little reason to go lower |
| Q5_K_M | 31 MB | |
| Q5_K_S | 30 MB | |
| Q4_K_M | 29 MB | |
| Q4_K_S | 28 MB | |
| Q4_1 | 28 MB | Legacy |
| Q4_0 | 26 MB | Legacy |
| Q3_K_M | 27 MB | Quality loss noticeable on a model this small |
| Q3_K_S | 26 MB | Quality loss noticeable on a model this small |
| Q2_K | 26 MB | Not recommended at 34M params |
Note: the model's hidden size (384) is not a multiple of 256, so k-quants
fall back to legacy formats for some tensors — the sub-Q4 files save less
space than usual and Q8_0 remains the best pick.
Quick start
- LM Studio: search for this repo, pick a quant (Q8_0 recommended),
download, and chat — the template is auto-detected.
- llama.cpp:
llama-cli -m Vertex-0.6-35M-Instruct-Q8_0.gguf - Ollama:
ollama run hf.co/VertexResearch/Vertex-0.6-35M-Instruct-GGUF:Q8_0
Limitations
These models are not the most coherent yet and need more tuning: expect rambling, repetition, and inconsistent answers, especially over longer generations.
34M parameters: simple conversational ability only — expect weak factual
reliability, arithmetic, and instruction-following on complex rewrites.
English-centric, 1024-token context, no safety tuning.
Run VertexResearch/Vertex-0.6-35M-Instruct-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models