DeepSeek Coder 是一個功能強大的程式碼模型,使用兩兆個程式碼和自然語言 tokens 訓練而成。
1.3b 6.7b 33b
601.6K 拉取次數 已更新 14 個月前
已更新 14 個月前
14 個月前
e13d22daf157 · 2.8GB
模型
架構llama
·
參數6.74B
·
量化Q2_K
2.8GB
許可證
DEEPSEEK LICENSE AGREEMENT Version 1.0, 23 October 2023 Copyright (c) 2023 DeepSeek Section I: PR
14kB
讀我檔案
DeepSeek Coder 從頭開始訓練,使用 87% 的程式碼和 13% 的英文與中文自然語言。每個模型都經過 2 兆個 tokens 的預訓練。
可用的模型
13 億參數模型
ollama run deepseek-coder
67 億參數模型
ollama run deepseek-coder:6.7b
330 億參數模型
ollama run deepseek-coder:33b
CLI
開啟終端機並執行 ollama run deepseek-coder
API
使用 curl 的範例
curl -X POST http://localhost:11434/api/generate -d '{
"model": "deepseek-coder",
"prompt":"Why is the sky blue?"
}'