DeepSeek Coder is a capable coding model trained on two trillion code and natural language tokens.
1.3b
6.7b
33b
374.6K Pulls Updated 10 months ago
Updated 10 months ago
10 months ago
ce298d984115 · 3.8GB
model
archllama
·
parameters6.74B
·
quantizationQ4_0
3.8GB
template
{{ .System }}
### Instruction:
{{ .Prompt }}
### Response:
59B
system
You are an AI programming assistant, utilizing the Deepseek Coder model, developed by Deepseek Compa
297B
license
DEEPSEEK LICENSE AGREEMENT
Version 1.0, 23 October 2023
Copyright (c) 2023 DeepSeek
Section I: PR
14kB
Readme
DeepSeek Coder is trained from scratch on both 87% code and 13% natural language in English and Chinese. Each of the models are pre-trained on 2 trillion tokens.
Models available
1.3 billion parameter model
ollama run deepseek-coder
6.7 billion parameter model
ollama run deepseek-coder:6.7b
33 billion parameter model
ollama run deepseek-coder:33b
CLI
Open the terminal and run ollama run deepseek-coder
API
Example using curl:
curl -X POST http://localhost:11434/api/generate -d '{
"model": "deepseek-coder",
"prompt":"Why is the sky blue?"
}'