DeepSeek Math 7B

DeepSeek

deepseek

DeepSeek Math 在数学推理方面表现出与 GPT-4 相媲美的性能,并且还提供编写代码来解决和证明数学问题的能力。

模型信息

模型

DeepSeek Math 7B

作者

DeepSeek

架构

deepseek

参数

7B

格式

gguf

磁盘大小

大约 4.00 GB

下载并运行DeepSeek Math 7B

在 LM Studio 中打开以查看下载选项

从终端下载 deepseek-math-7b-instruct

使用 lms — LM Studio 的开发者 CLI 下载模型。

lms get deepseek-math-7b-instruct

从你的代码中调用 deepseek-math-7b-instruct

curl https://127.0.0.1:1234/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-math-7b-instruct",
    "messages": [
      { "role": "system", "content": "Always answer in rhymes." },
      { "role": "user", "content": "Introduce yourself." }
    ],
    "temperature": 0.7,
    "max_tokens": -1,
    "stream": true
  }'

下一步:构建!🔨

了解更多