nous-hermes

| 选择喜欢的代码风格  

nous-hermes 参数量


7b 13b
 

nous-hermes 模型介绍



nous-hermes Models

Nous Hermes 由 Nous Research 发布。这里主要有两个变体,一个基于 Llama 的 13B 参数模型,以及一个基于 Llama 2 的 7B13B 参数模型。它们都是使用相同数据集训练的通用模型。

 

Ollama 调用 nous-hermes AI 模型:


ollama serve
ollama run nous-hermes
---------------
curl -X POST http://localhost:11434/api/generate -d '{
  "model": "nous-hermes",
  "prompt":"Explain the process of how a refrigerator works to keep the contents inside cold."
 }'
 

AI 扩展阅读:




发表评论