How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF:
Use Docker
docker model run hf.co/QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF:
Quick Links

OpenHermes-2.5-Mistral-7B-GGUF

Model description

OpenHermes 2.5 Mistral 7B is a state of the art Mistral Fine-tune, a continuation of OpenHermes 2 model, which trained on additional code datasets.

Potentially the most interesting finding from training on a good ratio (est. of around 7-14% of the total dataset) of code instruction was that it has boosted several non-code benchmarks, including TruthfulQA, AGIEval, and GPT4All suite. It did however reduce BigBench benchmark score, but the net gain overall is significant.

The code it trained on also improved it's humaneval score (benchmarking done by Glaive team) from 43% @ Pass 1 with Open Herms 2 to 50.7% @ Pass 1 with Open Hermes 2.5.

OpenHermes was trained on 1,000,000 entries of primarily GPT-4 generated data, as well as other high quality data from open datasets across the AI landscape. [More details soon]

Filtering was extensive of these public datasets, as well as conversion of all formats to ShareGPT, which was then further transformed by axolotl to use ChatML.

Downloads last month
420
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for QuantFactory/OpenHermes-2.5-Mistral-7B-GGUF

Quantized
(52)
this model