Downloads Β· 30 days
19
8% of all-time downloads
fenglui/DeepCoder-1.5B-Preview-16bit
DeepCoder-1.5B-Preview-16bit is a text generation model from fenglui. Use it when you need the model to write or continue text. It is set up for transformers. The card lists the license as mit.
<div align="center" <span style="font-family: default; font-size: 1.5em;"DeepCoder-1.5B-Preview (16bit)</span <div π Democratizing Reinforcement Learning for LLMs (RLLM) π </div </div <br <div align="center" style="β¦
Downloads Β· 30 days
19
8% of all-time downloads
All-time downloads
248
Public
Parameters
1.8B
3.6 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors3.6 GB Β· 100%
From the Hugging Face model README
Our training dataset consists of approximately 24K unique problem-tests pairs compiled from:
Our training recipe relies on an improved version of GRPO (GRPO+) and iterative context lengthening, introduced in DeepScaleR.
We enhance the original GRPO algorithm with insights from DAPO to enable more stable training:
Our original Deepscaler-1.5B-Preview scaled long context training from 8Kβ16Kβ24K, achieving 33β38β43% on AIME respectively. Similarly, Deepcoder-14B-Preview is trained on 16Kβ32K, achieving 54β58% on LiveCodeBench (v5). DeepCoder-14B-Preview successfully generalizes to longer contexts when evaluated at 64K context, reaching 60.6%.
DeepCoder generalizes better to long contexts than the base distilled model, due to DAPO's overlong filtering. However, it's longer responses are often truncated when the max length is capped at 16K, which can lower its scores.
| Model | 16K | 32K | 64K |
|---|---|---|---|
| DeepCoder-14B-Preview | 45.6 | 57.9 | 60.6 |
| DeepSeek-R1-Distill-Qwen-14B | 50.2 | 53.0 | 53.0 |
A more detailed description of the training recipe can be found in our blog post.
We evaluate Deepcoder-1.5B-Preview on various coding benchmarks, including LiveCodeBench (LCBv5), Codeforces, and HumanEval+.
| Model | LCB (v5)(8/1/24-2/1/25) | Codeforces Rating | Codeforces Percentile | HumanEval+ |
|---|---|---|---|---|
| DeepCoder-1.5B-Preview | 25.1 | 963 | 28.5 | 73.0 |
| Deepseek-R1-Distill-Qwen-1.5B | 16.9 | 615 | 1.9 | 58.3 |
Our model can be served using popular high-performance inference systems:
All these systems support the OpenAI Chat Completions API format.
This project is released under the MIT License, reflecting our commitment to open and accessible AI development. We believe in democratizing AI technology by making our work freely available for anyone to use, modify, and build upon. This permissive license ensures that researchers, developers, and enthusiasts worldwide can leverage and extend our work without restrictions, fostering innovation and collaboration in the AI community.
DeepSeek-R1-Distill-Qwen-1.5B.@misc{deepcoder2025,
title={DeepCoder: A Fully Open-Source 14B Coder at O3-mini Level},
author={Michael Luo, Sijun Tan, Roy Huang, Ameen Patel, Alpay Ariyak, Qingyang Wu, Xiaoxiang Shi, Rachel Xin, Colin Cai, Maurice Weber, Ce Zhang, Li Erran Li, Raluca Ada Popa, Ion Stoica},
howpublished={\url{https://pretty-radio-b75.notion.site/DeepCoder-A-Fully-Open-Source-14B-Coder-at-O3-mini-Level-1cf81902c14680b3bee5eb349a512a51}},
note={Notion Blog},
year={2025}
}