DeepSeek-Coder-V2: Breaking the Barrier of Closed-Source Models in Code Intelligence
1. Introduction
We present DeepSeek-Coder-V2, an open-source Mixture-of-Experts (MoE) code language model that achieves performance comparable to GPT4-Turbo in code-specific tasks. Specifically, DeepSeek-Coder-V2 is further pre-trained from an intermediate checkpoint of DeepSeek-V2 with additional 6 trillion tokens. Through this continued pre-training, DeepSeek-Coder-V2 substantially enhances the coding and mathematical reasoning capabilities of DeepSeek-V2, while maintaining comparable performance in general language tasks. Compared to DeepSeek-Coder-33B, DeepSeek-Coder-V2 demonstrates significant advancements in various aspects of code-related tasks, as well as reasoning and general capabilities. Additionally, DeepSeek-Coder-V2 expands its support for programming languages from 86 to 338, while extending the context length from 16K to 128K.
In standard benchmark evaluations, DeepSeek-Coder-V2 achieves superior performance compared to closed-source models such as GPT4-Turbo, Claude 3 Opus, and Gemini 1.5 Pro in coding and math benchmarks. The list of supported programming languages can be found
here
.
2. Model Downloads
We release the DeepSeek-Coder-V2 with 16B and 236B parameters based on the
DeepSeekMoE
framework, which has actived parameters of only 2.4B and 21B , including base and instruct models, to the public.
You can chat with the DeepSeek-Coder-V2 on DeepSeek's official website:
coder.deepseek.com
4. API Platform
We also provide OpenAI-Compatible API at DeepSeek Platform:
platform.deepseek.com
, and you can also pay-as-you-go at an unbeatable price.
5. How to run locally
Here, we provide some examples of how to use DeepSeek-Coder-V2-Lite model. If you want to utilize DeepSeek-Coder-V2 in BF16 format for inference, 80GB*8 GPUs are required.
from transformers import AutoTokenizer
from vllm import LLM, SamplingParams
max_model_len, tp_size = 8192, 1
model_name = "deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct"
tokenizer = AutoTokenizer.from_pretrained(model_name)
llm = LLM(model=model_name, tensor_parallel_size=tp_size, max_model_len=max_model_len, trust_remote_code=True, enforce_eager=True)
sampling_params = SamplingParams(temperature=0.3, max_tokens=256, stop_token_ids=[tokenizer.eos_token_id])
messages_list = [
[{"role": "user", "content": "Who are you?"}],
[{"role": "user", "content": "write a quick sort algorithm in python."}],
[{"role": "user", "content": "Write a piece of quicksort code in C++."}],
]
prompt_token_ids = [tokenizer.apply_chat_template(messages, add_generation_prompt=True) for messages in messages_list]
outputs = llm.generate(prompt_token_ids=prompt_token_ids, sampling_params=sampling_params)
generated_text = [output.outputs[0].text for output in outputs]
print(generated_text)
6. License
This code repository is licensed under
the MIT License
. The use of DeepSeek-Coder-V2 Base/Instruct models is subject to
the Model License
. DeepSeek-Coder-V2 series (including Base and Instruct) supports commercial use.
7. Contact
If you have any questions, please raise an issue or contact us at
[email protected]
.
Runs of deepseek-ai DeepSeek-Coder-V2-Base on huggingface.co
264
Total runs
15
24-hour runs
32
3-day runs
43
7-day runs
62
30-day runs
More Information About DeepSeek-Coder-V2-Base huggingface.co Model
DeepSeek-Coder-V2-Base huggingface.co is an AI model on huggingface.co that provides DeepSeek-Coder-V2-Base's model effect (), which can be used instantly with this deepseek-ai DeepSeek-Coder-V2-Base model. huggingface.co supports a free trial of the DeepSeek-Coder-V2-Base model, and also provides paid use of the DeepSeek-Coder-V2-Base. Support call DeepSeek-Coder-V2-Base model through api, including Node.js, Python, http.
DeepSeek-Coder-V2-Base huggingface.co is an online trial and call api platform, which integrates DeepSeek-Coder-V2-Base's modeling effects, including api services, and provides a free online trial of DeepSeek-Coder-V2-Base, you can try DeepSeek-Coder-V2-Base online for free by clicking the link below.
deepseek-ai DeepSeek-Coder-V2-Base online free url in huggingface.co:
DeepSeek-Coder-V2-Base is an open source model from GitHub that offers a free installation service, and any user can find DeepSeek-Coder-V2-Base on GitHub to install. At the same time, huggingface.co provides the effect of DeepSeek-Coder-V2-Base install, users can directly use DeepSeek-Coder-V2-Base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
DeepSeek-Coder-V2-Base install url in huggingface.co: