aquaduck/Qwen3-14B-GGUF overview
Model Card for aquaduck/Qwen3 14B GGUF Layer sharded Q4 K M GGUF halves of Qwen3 14B, derived from unsloth/Qwen3 14B GGUF. These files are not a new quantizati…
Runs locally from ~4.10 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | aquaduck/Qwen3-14B-GGUF |
|---|---|
| Author | aquaduck |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | unsloth/Qwen3-14B-GGUF |
| Last modified | 2026-07-22T06:50:28.000Z |
Model README
---
license: apache-2.0
pipeline_tag: text-generation
library_name: gguf
base_model: unsloth/Qwen3-14B-GGUF
tags:
- gguf
- qwen
- qwen3
- conversational
- layer-shards
---
Model Card for aquaduck/Qwen3-14B-GGUF
Layer-sharded Q4_K_M GGUF halves of Qwen3-14B, derived from unsloth/Qwen3-14B-GGUF.
These files are not a new quantization. They are contiguous midpoint packages cut from the full Unsloth Q4_K_M GGUF for staged / multi-node loading (Aquaduck Arc layer-package-v1).
Model lineage
Qwen/Qwen3-14B
└── quantized → unsloth/Qwen3-14B-GGUF (Q4_K_M)
└── layer-split → aquaduck/Qwen3-14B-GGUF (this repo)
- Base weights: https://huggingface.co/Qwen/Qwen3-14B (Apache 2.0)
- Quantization source: https://huggingface.co/unsloth/Qwen3-14B-GGUF (tag Q4_K_M)
- This repo: midpoint GGUF shards for distributed inference
Model Details
Model Description
- Developed by: Aquaduck (layer packaging only; base model by Qwen Team / Alibaba Cloud; GGUF quant by Unsloth / llama.cpp ecosystem)
- Shared by: Aquaduck AI
- Model type: Causal language model (Qwen3 dense), GGUF Q4_K_M, layer-sharded
- Language(s): Multilingual (same as base)
- License: Apache-2.0 (inherits from Qwen/Qwen3-14B)
- Finetuned from model: N/A — not a fine-tune
- Derived from: unsloth/Qwen3-14B-GGUF ← Qwen/Qwen3-14B
Model Sources
- Base model card / blog: https://huggingface.co/Qwen/Qwen3-14B , https://qwenlm.github.io/blog/qwen3/
- Quantized GGUF source: https://huggingface.co/unsloth/Qwen3-14B-GGUF
Files
| File | Layers (inclusive start … end exclusive in filename) | Approx. size |
|------|------------------------------------------------------|--------------|
| Qwen3-14B-Q4_K_M-layers-0-20.gguf | 0–19 | ~4.40 GB |
| Qwen3-14B-Q4_K_M-layers-20-40.gguf | 20–39 | ~5.04 GB |
- Total layers: 40
- Valid split boundaries: 20
- Full-model equivalent: ~9.0 GB (same as Unsloth Q4_K_M)
Filenames use exclusive end indices (layers-{start}-{endExclusive}).
Uses
Direct Use
Intended for Aquaduck / Arc (and compatible) runtimes that download and serve layer packages, not as a single drop-in file for stock llama.cpp.
For a normal single-file local run, use unsloth/Qwen3-14B-GGUF or Qwen/Qwen3-14B instead.
Use the base model’s Qwen chat template (including thinking / instruct modes as documented by Qwen); other formats will not work correctly.
Out-of-Scope Use
- Expecting any one chunk to run as a complete model
- Treating this repo as a new training run or re-quant
- Uses prohibited by the Apache-2.0 license or Qwen’s model card guidance
Bias, Risks, and Limitations
Same capabilities, biases, and risks as Qwen/Qwen3-14B. Q4_K_M quantization (from Unsloth) can degrade quality vs. the original higher-precision releases. Layer sharding does not change weights beyond packaging.
Recommendations
Follow Qwen’s Qwen3 docs for chat template, thinking vs instruct modes, and sampling. Prefer the full Unsloth GGUF when you do not need staged loading.
How to Get Started
These shards are meant to be loaded automatically by an Aquaduck worker.
- Install / open the Aquaduck desktop app and sign in as a worker.
- Connect so the app can fetch your device’s model assignment from the model catalog (
qwen/qwen3-14b). - If model shards do not automatically download: Use Get latest assigned model (under Settings). The worker will:
- download only the assigned midpoint half GGUF from this repo
- keep that stage ready for split serving
You do not need to pick individual -layers-.gguf files. Assignment and download are driven by model catalog metadata.
This repo is not a single-file Q4_K_M drop-in for stock llama.cpp. For that, use https://huggingface.co/unsloth/Qwen3-14B-GGUF instead.
Training Details
No training. Weights come from Qwen Team / Alibaba Cloud; Q4_K_M GGUF from Unsloth; this repo only splits that GGUF into midpoint layer packages.
Evaluation
No separate evals for the shards. See Qwen/Qwen3-14B and https://qwenlm.github.io/blog/qwen3/.
Technical Specifications
- Architecture: Qwen3 (~14.8B params), dense GQA (40 Q / 8 KV heads), 40 layers, hidden dim 5120
- Quantization: Q4_K_M (Unsloth)
- Packaging: Arc gguf-shard / catalog catalog:split → *-layers-{start}-{endExclusive}.gguf
- Package format: layer-package-v1
- Split: 2 stages at layer 20 (maxStages: 2)
Citation
@misc{qwen3,
title = {{Qwen3} Technical Report},
author = {{Qwen Team}},
month = {May},
year = {2025},
url = {https://qwenlm.github.io/blog/qwen3/}
}
Credit:
- Unsloth (https://huggingface.co/unsloth/Qwen3-14B-GGUF) for the GGUF quantization
- llama.cpp (https://github.com/ggml-org/llama.cpp) for GGUF support
Model Card Contact
Aquaduck AI — https://huggingface.co/aquaduck
Run aquaduck/Qwen3-14B-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models