What is DeepSeek-Coder?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 2 )
DeepSeek-Coder is an open-source series of code language models designed for code generation and completion. It is trained on 2 trillion tokens, with 87% being code and 13% natural language (English and Chinese). The models range from 1B to 33B parameters and support 67 programming languages.
- **Training Data**: 2 trillion tokens (87% code, 13% natural language).
- **Model Sizes**: 1B, 5.7B, 6.7B, and 33B parameters.
- **Performance**: State-of-the-art results on benchmarks like HumanEval, MultiPL-E, MBPP, DS-1000, and APPS.
- **Functionality**: Code completion, insertion, chat model inference, and repository-level code generation.
- **Window Size**: 16K tokens for project-level context.