Apertus-8B-openhermes-gguf
This is a GGUF conversion of Colby/Apertus-8B-openhermes-sft, which is a LoRA fine-tuned version of swiss-ai/Apertus-8B-2509.
Model Details
- Base Model: swiss-ai/Apertus-8B-2509
- Fine-tuned Model: Colby/Apertus-8B-openhermes-sft
- Training: Supervised Fine-Tuning (SFT) with TRL
- Format: GGUF (for llama.cpp, Ollama, LM Studio, etc.)
Available Quantizations
| File | Quant | Size | Description | Use Case |
|---|---|---|---|---|
| Apertus-8B-openhermes-sft-f16.gguf | F16 | ~1GB | Full precision | Best quality, slower |
| Apertus-8B-openhermes-sft-q8_0.gguf | Q8_0 | ~500MB | 8-bit | High quality |
| Apertus-8B-openhermes-sft-q5_k_m.gguf | Q5_K_M | ~350MB | 5-bit medium | Good quality, smaller |
| Apertus-8B-openhermes-sft-q4_k_m.gguf | Q4_K_M | ~300MB | 4-bit medium | Recommended - good balance |
Usage
With llama.cpp
# Download model
huggingface-cli download Colby/Apertus-8B-openhermes-gguf Apertus-8B-openhermes-sft-q4_k_m.gguf
# Run with llama.cpp
./llama-cli -m Apertus-8B-openhermes-sft-q4_k_m.gguf -p "Your prompt here"
With Ollama
- Create a
Modelfile:
FROM ./Apertus-8B-openhermes-sft-q4_k_m.gguf
- Create the model:
ollama create my-model -f Modelfile
ollama run my-model
With LM Studio
- Download the
.gguffile - Import into LM Studio
- Start chatting!
License
Inherits the license from the base model: swiss-ai/Apertus-8B-2509
Citation
@misc{Apertus_8B_openhermes_gguf,
author = {Colby},
title = {Apertus-8B-openhermes-gguf},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/Colby/Apertus-8B-openhermes-gguf}
}
Converted to GGUF format using llama.cpp
- Downloads last month
- 38
Hardware compatibility
Log In to add your hardware
4-bit
5-bit
8-bit
16-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for Colby/Apertus-8B-openhermes-gguf
Base model
swiss-ai/Apertus-8B-2509