GGUF
conversational
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf mengleap-stnap/Qwenseek-coding-Merged-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf mengleap-stnap/Qwenseek-coding-Merged-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf mengleap-stnap/Qwenseek-coding-Merged-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf mengleap-stnap/Qwenseek-coding-Merged-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf mengleap-stnap/Qwenseek-coding-Merged-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf mengleap-stnap/Qwenseek-coding-Merged-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf mengleap-stnap/Qwenseek-coding-Merged-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf mengleap-stnap/Qwenseek-coding-Merged-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mengleap-stnap/Qwenseek-coding-Merged-GGUF:Q4_K_M
Quick Links

Qwenseek-Coding-Merged-1.5B

Qwenseek-Coding-Merged-1.5B is a merged model combining the robust code-generation capabilities of Qwen2.5-Coder-1.5B-Instruct with the deep reasoning and logic skills of DeepSeek-R1-Distill-Qwen-1.5B. It was merged using the SLERP (Spherical Linear Interpolation) method via mergekit.

This model is engineered to achieve a sweet spot between accurate code syntax generation and deep reasoning logic for bug fixing.


Model Capabilities & Benchmarks

Key improvements achieved through this merge:

  • Logic & Bug Fixing: Significantly enhanced compared to the original Qwen2.5-Coder, thanks to DeepSeek-R1's reasoning distillation.
  • Coding Syntax & Multi-language: Preserves strong code generation accuracy without performance degradation.
  • Efficiency: At only 1.5B parameters, it runs extremely fast and requires minimal memory/VRAM.

Merge Configuration

The merge was executed using mergekit with the following configuration:

slices:
  - sources:
      - model: Qwen/Qwen2.5-Coder-1.5B-Instruct
        layer_range: [0, 28]
        weight: 0.6
      - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
        layer_range: [0, 28]
        weight: 0.4
merge_method: slerp
base_model: Qwen/Qwen2.5-Coder-1.5B-Instruct
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5
dtype: bfloat16
Downloads last month
118
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support