
nous-hermes Models
Nous Hermes 由 Nous Research 发布。这里主要有两个变体,一个基于 Llama 的 13B 参数模型,以及一个基于 Llama 2 的 7B 和 13B 参数模型。它们都是使用相同数据集训练的通用模型。
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."
}'