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 sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA:
# Run inference directly in the terminal:
llama cli -hf sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA:
# Run inference directly in the terminal:
llama cli -hf sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA:
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 sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA:
# Run inference directly in the terminal:
./llama-cli -hf sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA:
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 sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA:
Use Docker
docker model run hf.co/sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA:
Quick Links

image/png # OpenHermes 2.5 Stix Philosophy Mistral 7B - Finetuned by: sayhan - License: apache-2.0 - Finetuned from model : teknium/OpenHermes-2.5-Mistral-7B - Dataset: sayhan/strix-philosophy-qa

LoRA rank: 8
LoRA alpha: 16
LoRA dropout: 0
Rank-stabilized LoRA: Yes
Number of epochs: 3
Learning rate: 1e-5
Batch size: 2
Gradient accumulation steps: 4
Weight decay: 0.01
Target modules:

  - Query projection (`q_proj`)
  - Key projection (`k_proj`)
  - Value projection (`v_proj`)
  - Output projection (`o_proj`)
  - Gate projection (`gate_proj`)
  - Up projection (`up_proj`)
  - Down projection (`down_proj`)
Downloads last month
600
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA.

Model tree for sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA

Quantized
(52)
this model
Merges
1 model
Quantizations
2 models

Dataset used to train sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA