OpenHermes Fusion — Mistral × Qwen TIES Multi-Model
A TIES merge of OpenHermes-2.5-Mistral-7B and Qwen2.5-7B-Instruct, targeting improved multilingual capability and coding while preserving Hermes instruction tuning. Sign conflicts resolved at density 0.7.
Author
tekniumPublished
November 10, 2025
Last updated
January 20, 2026
Versions
2
Best Score
↑ 71.3
Stars
187
Merge Lineage
Merge Lineage
2 source modelsSource Models
Output
openhermes-qwen-fusion-7b
7B
TIESClick any model node to open its Hugging Face page
Config YAML
merge_method: ties
base_model: mistralai/Mistral-7B-v0.1
models: - model: teknium/OpenHermes-2.5-Mistral-7B
parameters: weight: 0.6
density: 0.7
- model: Qwen/Qwen2.5-7B-Instruct
parameters: weight: 0.4
density: 0.75
parameters: normalize: true
dtype: bfloat16Benchmark Scores
| Benchmark | Merged | OpenHermes-2.5 | Qwen2.5-7B | Δ Best |
|---|---|---|---|---|
MMLUtop | 71.3 | 69.8 | 69.1 | +1.5 |
HumanEval | 65.4 | 61.2 | 63.4 | +2.0 |
MT-Bench | 7.8 | 7.6 | 7.4 | +0.2 |
Model Weights & Density — TIES
How I Built This
Embed Badge
Add this to your Hugging Face model card to link back to this recipe.
[](https://www.mergekit.com/recipes/openhermes-mistral-qwen-ties)Version History
- v1.2latest↑ 71.3
January 20, 2026
Increased Qwen density to 0.75 — better multilingual without degrading English
- v1.1↑ 70.1
November 10, 2025
Reduced Qwen weight to 0.4 to prevent instruction format drift
Use this Model
Run, deploy, or interact with OpenHermes Fusion — Mistral × Qwen TIES Multi-Model directly.
MergeKit Cloud
Run this model on serverless GPU infrastructure — zero setup, pay-per-second.
Select GPU
Serverless GPU · Powered by RunPod
Reproduce Locally
Run this exact merge on your own machine in three steps:
pip install mergekitmerge_method: ties
base_model: mistralai/Mistral-7B-v0.1
models:
- model: teknium/OpenHermes-2.5-Mistral-7B
parameters:
weight: 0.6
density: 0.7
- model: Qwen/Qwen2.5-7B-Instruct
parameters:
weight: 0.4
density: 0.75
parameters:
normalize: true
dtype: bfloat16mergekit-yaml openhermes-mistral-qwen-ties.yaml ./outputWant to build your own merge?
Use the MergeKit config generator to build a YAML recipe visually — no code required.