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

micymike/codemate-qwen3.5-2b-gguf overview

🚀 CodeMate Qwen3.5 2B A lightweight coding assistant specialized for debugging, code generation, code explanation, and software engineering workflows. Overvie…

transformersggufqwenqwen3.5CodeMatecodecodingdebuggerpythonjavascripttypescriptsoftware-engineeringlorallama.cpptext-generationenbase_model:Qwen/Qwen3.5-2Bbase_model:adapter:Qwen/Qwen3.5-2Blicense:apache-2.0endpoints_compatibleregion:usconversational

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

Downloads
102
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

7 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
codemate-qwen3.5-2b-BF16.ggufGGUFBF163.52 GBDownload
codemate-qwen3.5-2b-Q2_K.ggufGGUFQ2_K923.7 MBDownload
codemate-qwen3.5-2b-Q3_K_M.ggufGGUFQ3_K_M1.02 GBDownload
codemate-qwen3.5-2b-Q4_K_M.ggufGGUFQ4_K_M1.19 GBDownload
codemate-qwen3.5-2b-Q5_K_M.ggufGGUFQ5_K_M1.31 GBDownload
codemate-qwen3.5-2b-Q6_K.ggufGGUFQ6_K1.45 GBDownload
codemate-qwen3.5-2b-Q8_0.ggufGGUFQ8_01.87 GBDownload

Model Details

Model IDmicymike/codemate-qwen3.5-2b-gguf
Authormicymike
Pipelinetext-generation
Licenseapache-2.0
Base modelQwen/Qwen3.5-2B
Last modified2026-07-14T12:04:34.000Z

Model README

---

license: apache-2.0

base_model: Qwen/Qwen3.5-2B

library_name: transformers

pipeline_tag: text-generation

language:

  • en

tags:

  • qwen
  • qwen3.5
  • CodeMate
  • code
  • coding
  • debugger
  • python
  • javascript
  • typescript
  • software-engineering
  • lora
  • gguf
  • llama.cpp

---

🚀 CodeMate-Qwen3.5-2B

> A lightweight coding assistant specialized for debugging, code generation, code explanation, and software engineering workflows.

---

Overview

CodeMate-Qwen3.5-2B is a LoRA fine-tuned version of Qwen3.5-2B focused on helping developers write, understand and debug code.

Unlike general-purpose assistants, CodeMate has been optimized for practical programming tasks including:

  • Python debugging
  • JavaScript & TypeScript
  • React
  • Next.js
  • API development
  • Backend engineering
  • Error diagnosis
  • Code explanation
  • Refactoring
  • Best practices

The objective of this project is to create a fast and efficient coding model that runs comfortably on consumer hardware while maintaining strong software engineering capabilities.

---

Base Model

Qwen/Qwen3.5-2B

Highlights of the base model include:

  • 2 Billion Parameters
  • Native 262K context length
  • Apache 2.0 License
  • Hybrid Delta Attention Architecture
  • Strong multilingual support
  • Optimized for instruction following and coding tasks :contentReference[oaicite:0]{index=0}

---

Fine-tuning Objectives

The model was optimized to improve performance on:

  • Bug fixing
  • Stack trace interpretation
  • Code reasoning
  • Production debugging
  • Code review
  • Refactoring
  • Software engineering conversations
  • Practical programming assistance

---

Training

Base Model:

Qwen/Qwen3.5-2B

Method:

  • PEFT
  • LoRA

Frameworks:

  • Transformers
  • PEFT
  • Accelerate
  • PyTorch

Output:

Merged HuggingFace model

GGUF quantizations generated using:

  • llama.cpp

---

Quantizations

| File | Recommended |

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

| BF16 | Research / Highest Quality |

| Q8_0 | ⭐⭐⭐⭐⭐ |

| Q6_K | ⭐⭐⭐⭐☆ |

| Q5_K_M | ⭐⭐⭐⭐☆ |

| Q4_K_M | ⭐⭐⭐⭐⭐ Recommended |

| Q3_K_M | Low-memory |

| Q2_K | Smallest |

---

Example

def reverse(text):
    return text[::-1]

Prompt:

Optimize this function and explain its time complexity.

---

Intended Use

✅ Code Generation

✅ Debugging

✅ Learning Programming

✅ Code Review

✅ Refactoring

✅ API Development

✅ Backend Development

---

Evaluation

Formal benchmark evaluations are currently in progress.

Planned evaluations include:

  • HumanEval
  • HumanEval+
  • MBPP
  • MultiPL-E
  • LiveCodeBench
  • SWE-Bench Lite
  • Aider Bench

Benchmark results will be published in future releases.

---

Roadmap

  • Improved reasoning
  • Better long-context coding
  • Larger instruction dataset
  • Agentic coding support
  • Better tool use
  • Higher benchmark performance
  • Production evaluation suite

---

Acknowledgements

  • Alibaba Qwen Team
  • Hugging Face
  • llama.cpp
  • PEFT
  • Transformers

---

License

Apache 2.0 (inherits from the base model license.)

---

Made with ❤️ by Michael Moses (Micymike)

Run micymike/codemate-qwen3.5-2b-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