Mathstral 7B

MistralAI

mistral

Mathstral 是对 Mistral AI 广受欢迎的 7B 模型进行的科学专业微调,擅长 STEM 领域的聊天和任务。

模型信息

模型

Mathstral 7B

作者

MistralAI

架构

mistral

参数

7B

格式

gguf

磁盘占用空间

4.37 GB

下载并运行Mathstral 7B

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

从终端下载 mathstral-7b

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

lms get mathstral-7b

从你的代码中调用 mathstral-7b

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

下一步:构建!🔨

了解更多