SLERPslerpreasoninginstructmistralother

NeuralChat × DeepSeek — SLERP Instruct Blend

SLERP blend of Intel's NeuralChat-7B-v3.3 and DeepSeek-7B-Instruct at t=0.55, combining NeuralChat's strong instruction adherence with DeepSeek's reasoning depth. Well-regarded in the community for consistent benchmark improvements over either parent.

Author

bevangelista

Published

September 12, 2025

Last updated

September 12, 2025

Versions

1

Best Score

7.7

Stars

98

neural-chat-7b-v3-3 · 7Bdeepseek-llm-7b-chat · 7B

Merge Lineage

Merge Lineage

2 source models

Output

NeuralDeepSeek-7B

7B

SLERP

Click any model node to open its Hugging Face page

Config YAML

neural-chat-deepseek-slerp-instruct-v1.0.yaml
merge_method: slerp
base_model: Intel/neural-chat-7b-v3-3
models: - model: Intel/neural-chat-7b-v3-3
  - model: deepseek-ai/deepseek-llm-7b-chat
parameters: t: 0.55
dtype: bfloat16

Benchmark Scores

BenchmarkMergedNeuralChat-7BDeepSeek-7BΔ Best
MT-Bench
7.77.57.2+0.2
MMLUtop
65.264.863.1+0.4

Blend Ratio (t = 0.55)

neural-chat-7b-v3-3
55%
deepseek-llm-7b-chat
45%

How I Built This

Embed Badge

Add this to your Hugging Face model card to link back to this recipe.

MergeKitRecipe
markdown
[![MergeKit Recipe](https://img.shields.io/badge/MergeKit-Recipe-10b981?style=flat-square)](https://www.mergekit.com/recipes/neural-chat-deepseek-slerp-instruct)

Use this Model

Run, deploy, or interact with NeuralChat × DeepSeek — SLERP Instruct Blend directly.

MergeKit Cloud

Run this model on serverless GPU infrastructure — zero setup, pay-per-second.

RunPod Serverless

Select GPU

A10G · 24 GB~45s cold
A100 · 80 GB~30s cold
H100 · 80 GB~20s cold
Est. ~$0.001 / inference · billed per second
Coming Soon

Serverless GPU · Powered by RunPod

Reproduce Locally

Run this exact merge on your own machine in three steps:

bash
pip install mergekit
yaml
merge_method: slerp
base_model: Intel/neural-chat-7b-v3-3
models:
  - model: Intel/neural-chat-7b-v3-3
  - model: deepseek-ai/deepseek-llm-7b-chat
parameters:
  t: 0.55
dtype: bfloat16
bash
mergekit-yaml neural-chat-deepseek-slerp-instruct.yaml ./output

Want to build your own merge?

Use the MergeKit config generator to build a YAML recipe visually — no code required.