OpenHermes 2.5 是由 Teknium 在 Mistral 上微調的 7B 模型,使用完全開放的數據集。

122.1K 14 個月前

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"
}'

參考文獻

Hugging Face