Hermes 3 Llama 3.2 3B

NousResearch

llama

一个具有代理能力的通用模型,改进了角色扮演、推理、多轮对话、长上下文连贯性

模型信息

模型

Hermes 3 Llama 3.2 3B

作者

NousResearch

架构

llama

参数

3b

格式

gguf

磁盘大小

大约 2.02 GB

下载并运行Hermes 3 Llama 3.2 3B

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

从终端下载 hermes-3-3b

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

lms get hermes-3-3b

从你的代码中调用 hermes-3-3b

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

下一步:构建!🔨

了解更多