SLERPslerpmultilingualllama3gemmacross-family

Llama 3 × Gemma 2 Multilingual — Deep SLERP

A cross-family SLERP merge between Llama-3-8B-Instruct and Gemma-2-9B-IT, specifically tuned for multilingual output quality. The Gemma lineage brings Google's multilingual training signal; Llama brings instruction robustness.

Author

mergekit-community

Published

March 10, 2026

Last updated

March 10, 2026

Versions

1

Best Score

69.5

Stars

119

Meta-Llama-3-8B-Instruct · 8Bgemma-2-9b-it · 9B

Merge Lineage

Merge Lineage

2 source models

Output

llama3-gemma2-multilingual

9B

SLERP

Click any model node to open its Hugging Face page

Config YAML

llama3-gemma-slerp-multilingual-v1.0.yaml
merge_method: slerp
base_model: meta-llama/Meta-Llama-3-8B-Instruct
models: - model: meta-llama/Meta-Llama-3-8B-Instruct
  - model: google/gemma-2-9b-it
parameters: t: 0.45
dtype: bfloat16

Benchmark Scores

BenchmarkMergedGemma-2-9BLlama-3-8BΔ Best
MMLUtop
69.568.866.9+0.7
MT-Bench
7.67.57.4+0.1

Blend Ratio (t = 0.45)

Meta-Llama-3-8B-Instruct
45%
gemma-2-9b-it
55%

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/llama3-gemma-slerp-multilingual)

Use this Model

Run, deploy, or interact with Llama 3 × Gemma 2 Multilingual — Deep SLERP 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: meta-llama/Meta-Llama-3-8B-Instruct
models:
  - model: meta-llama/Meta-Llama-3-8B-Instruct
  - model: google/gemma-2-9b-it
parameters:
  t: 0.45
dtype: bfloat16
bash
mergekit-yaml llama3-gemma-slerp-multilingual.yaml ./output

Want to build your own merge?

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