Readme
Open Hermes 2 a Mistral 7B fine-tuned with fully open datasets. Matching 70B models on benchmarks, this model has strong multi-turn chat skills and system prompt capabilities. In total, the model was trained on 900,000 instructions, and surpasses all previous versions of Nous-Hermes 13B and below.
版本
標籤 | 日期 | 筆記 |
---|---|---|
v2.5 latest |
11/02/2023 | 新增約 10 萬個程式碼指令範例 |
v2 |
10/16/2023 | Open Hermes 2 的初始版本 |
使用方式
CLI
ollama run openhermes
API
範例
curl -X POST http://localhost:11434/api/generate -d '{
"model": "openhermes",
"prompt": "Here is a story about llamas eating grass"
}'