OpenHermes 2.5 is a 7B model fine-tuned by Teknium on Mistral with fully open datasets.
104.1K Pulls Updated 10 months ago
Updated 10 months ago
10 months ago
95477a2659b7 · 4.1GB
model
archllama
·
parameters7.24B
·
quantizationQ4_0
4.1GB
params
{"stop":["\u003c|im_start|\u003e","\u003c|im_end|\u003e"]}
59B
template
<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assi
106B
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.
Versions
Tag | Date | Notes |
---|---|---|
v2.5 latest |
11/02/2023 | Added ~100k examples of Code Instructions |
v2 |
10/16/2023 | Initial release of Open Hermes 2 |
Usage
CLI
ollama run openhermes
API
Example:
curl -X POST http://localhost:11434/api/generate -d '{
"model": "openhermes",
"prompt": "Here is a story about llamas eating grass"
}'