Qwen2 Math 1.5B

阿里巴巴

qwen

来自阿里巴巴 Qwen2 系列的小型模型,在数学和多步骤逻辑推理方面表现出色。

模型信息

模型

Qwen2 Math 1.5B

作者

阿里巴巴

架构

qwen

参数

1.5B

格式

gguf

磁盘大小

大约 986.05 MB

下载并运行Qwen2 Math 1.5B

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

从终端下载 qwen2-math-1.5b

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

lms get qwen2-math-1.5b

从你的代码中调用 qwen2-math-1.5b

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

下一步:构建!🔨

了解更多