GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

micymike/CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5-gguf overview

CodeMate Qwen 1.5B 32K Distilled on Claude Fable 5 GGUF This repository contains GGUF quantized versions of: micymike/CodeMate Qwen 1.5B 32K Distilled on Claud…

ggufqwencodingllama.cppollamatext-generationenbase_model:micymike/CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5base_model:quantized:micymike/CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5license:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~940.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
824
Likes
2
Pipeline
text-generation
Author

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
codemate-qwen-Q4_K_M.ggufGGUFQ4_K_M940.4 MBDownload
codemate-qwen-Q5_K_M.ggufGGUFQ5_K_M1.05 GBDownload
codemate-qwen-Q6_K.ggufGGUFQ6_K1.19 GBDownload
codemate-qwen-Q8_0.ggufGGUFQ8_01.53 GBDownload

Model Details

Model IDmicymike/CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5-gguf
Authormicymike
Pipelinetext-generation
Licenseapache-2.0
Base modelmicymike/CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5
Last modified2026-07-14T16:45:42.000Z

Model README

---

license: apache-2.0

base_model: micymike/CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5

tags:

  • gguf
  • qwen
  • coding
  • llama.cpp
  • ollama
  • text-generation

language:

  • en

---

CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5-GGUF

This repository contains GGUF quantized versions of:

micymike/CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5

These files are optimized for:

  • llama.cpp
  • Ollama
  • LM Studio
  • Jan
  • google colabs

Available Quantizations

| File | Size | Description |

| ------ | -------- | -------------------------------------- |

| Q4_K_M | ~986 MB | Best balance between quality and size |

| Q5_K_M | ~1.13 GB | Better quality while remaining compact |

| Q6_K | ~1.27 GB | High quality |

| Q8_0 | ~1.65 GB | Highest quality quantization |

llama.cpp

./llama-cli \
-m codemate-qwen-Q4_K_M.gguf \
-c 32768 \
-p "Explain Python decorators with an example."

Ollama

Create a Modelfile:

FROM ./codemate-qwen-Q8_0.gguf

PARAMETER num_ctx 32768
PARAMETER stop "<|im_end|>"

TEMPLATE \"\"\"
<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Input }}<|im_end|>
<|im_start|>assistant
\"\"\"

Build:

ollama create codemate -f Modelfile
ollama run codemate

Notes

This repository contains quantized versions only.

For the original merged model:

https://huggingface.co/micymike/CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5

Disclaimer

This project is an independent research effort and is not affiliated with or endorsed by Anthropic, Claude, Alibaba, or Qwen.

Author

Built by micymike 🇰🇪

Run micymike/CodeMate-Qwen-1.5B-32K-Distilled-on-Claude-Fable-5-gguf with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models