DeepSeek 的第一代推理模型,其性能与 OpenAI-o1 相当,包括基于 Llama 和 Qwen 的 DeepSeek-R1 提炼出的六个密集模型。
1.5b 7b 8b 14b 32b 70b 671b
7.7M 下载量 更新于 13 天前
更新于 2 周前
2 周前
0a8c26691023 · 4.7GB
模型
架构qwen2
·
参数7.62B
·
量化Q4_K_M
4.7GB
参数
{ "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 许可证获得许可。