ai/deepcoder-preview

Verified Publisher

By Docker

Updated about 1 year ago

DeepCoder-14B-Preview is a code reasoning LLM fine-tuned to scale up to long context lengths

Model
13

10K+

ai/deepcoder-preview repository overview

DeepCoder-14B

Agentica

DeepCoder-14B is a powerful AI model built to write and understand code, especially in longer and more complex tasks.
It's based on an open model from DeepSeek and trained using reinforcement learning to make it even smarter and more capable.
Despite being open and only 14 billion parameters, it performs similarly to OpenAI's o3-mini, which is a more closed and proprietary model.

Intended uses

DeepCoder-14B is purpose-built for advanced code reasoning, programming task solving, and long-context inference.

  • Competitive coding: Excels at benchmarks like Codeforces and LiveCodeBench.
  • Code generation and repair: Strong at structured, logic-heavy tasks using synthetic and real-world code datasets.
  • Research: Ideal for experimenting with reinforcement learning for LLMs (via GRPO+) and context-length scaling.

Characteristics

AttributeDetails
ProviderAgentica
ArchitectureQwen2
Cutoff dateFebruary 2025¹
LanguagesEnglish
Tool callingNo
Input modalitiesText
Output modalitiesText
LicenseMIT

¹: Estimated

Available model variants

Model variantParametersQuantizationContext windowVRAM¹Size
ai/deepcoder-preview:latest

ai/deepcoder-preview:14B-Q4_K_M
14BIQ2_XXS/Q4_K_M131K tokens9.36 GiB8.37 GB
ai/deepcoder-preview:14B-Q4_K_M14BIQ2_XXS/Q4_K_M131K tokens9.36 GiB8.37 GB
ai/deepcoder-preview:14B-F1614BF16131K tokens27.46 GiB27.51 GB

¹: VRAM estimated based on model characteristics.

latest14B-Q4_K_M

Use this AI model with Docker Model Runner

First, pull the model:

docker model pull ai/deepcoder-preview

Then run the model:

docker model run ai/deepcoder-preview

For more information on Docker Model Runner, explore the documentation.

Usage tips

  • Prompting: Avoid system prompts; keep instructions in the user message.
  • Sampling: Use temperature=0.6, top_p=0.95.
  • Token limits: Allocate at least 64K to leverage full potential capability.
  • Truncation: Scores may degrade at shorter context lengths.

Benchmark performance

BenchmarkMetricDeepCoder-14B
LiveCodeBench v5Pass@160.6%
CodeforcesElo Rating1936
CodeforcesPercentile95.3
HumanEval+Accuracy92.6%

Tag summary

Content type

Model

Digest

sha256:4a2729a3e

Size

8.4 GB

Last updated

about 1 year ago

docker model pull ai/deepcoder-preview

This week's pulls

Pulls:

529

Last week