DeepSeek的首代推理模型,效能可與OpenAI-o1相媲美,包含六個基於Llama和Qwen,從DeepSeek-R1精煉出的密集模型。
1.5b 7b 8b 14b 32b 70b 671b
25.5M Pulls Updated 4 週前
更新於 7 週前
7 週前
0c1615a8ca32 · 43GB
模型
架構llama
·
參數70.6B
·
量化Q4_K_M
43GB
參數
{ "stop": [ "<|begin of sentence|>", "<|end of sentence|>",
148B
模板
{{- if .System }}{{ .System }}{{ end }} {{- range $i, $_ := .Messages }} {{- $last := eq (len (slice
387B
授權條款
MIT License Copyright (c) 2023 DeepSeek Permission is hereby granted, free of charge, to any perso
1.1kB
說明文件
DeepSeek首代推理模型,在數學、程式碼和推理任務中,效能可與OpenAI-o1相媲美。
模型
DeepSeek-R1
ollama run deepseek-r1:671b
精煉模型
DeepSeek 團隊已證明,大型模型的推理模式可以精煉到小型模型中,與在小型模型上透過 RL 發現的推理模式相比,能產生更佳的效能。
以下是透過微調研究社群中廣泛使用的幾個密集模型而建立的模型,使用的推理資料由 DeepSeek-R1 產生。評估結果顯示,精煉後較小型的密集模型在基準測試中表現非常出色。
DeepSeek-R1-Distill-Qwen-1.5B
ollama run deepseek-r1:1.5b
DeepSeek-R1-Distill-Qwen-7B
ollama run deepseek-r1:7b
DeepSeek-R1-Distill-Llama-8B
ollama run deepseek-r1:8b
DeepSeek-R1-Distill-Qwen-14B
ollama run deepseek-r1:14b
DeepSeek-R1-Distill-Qwen-32B
ollama run deepseek-r1:32b
DeepSeek-R1-Distill-Llama-70B
ollama run deepseek-r1:70b
授權條款
模型權重以 MIT 授權條款授權。DeepSeek-R1 系列支援商業用途,允許任何修改和衍生作品,包括但不限於,為訓練其他 LLM 進行精煉。請注意,
Qwen 精煉模型衍生自 Qwen-2.5 系列,最初以 Apache 2.0 授權條款授權,現在使用 DeepSeek-R1 精選的 80 萬個樣本進行微調。
Llama 8B 精煉模型衍生自 Llama3.1-8B-Base,最初以 llama3.1 授權條款授權。
Llama 70B 精煉模型衍生自 Llama3.3-70B-Instruct,最初以 llama3.3 授權條款授權。