VIDRAFT.
VIDRAFT / Insights / LLM engineering
LLM engineering

Can you make an AI model smarter without training? Model merging

Model merging combines the weights of different language models to gain new capabilities without GPU training. VIDRAFT's Darwin family reached GPQA Diamond 90.9% and #1 on Korea's K-AI leaderboard this way.

Published 2026-07-24About 2min readby VIDRAFT
Quick answer

Yes. Model merging mathematically combines the weights of several language models to fuse their strengths without expensive GPU retraining. VIDRAFT's Darwin family used this approach to reach GPQA Diamond 90.9% and rank #1 overall on Korea's K-AI leaderboard.

What is model merging?

It creates a new model by arithmetically combining the weights of models trained for different purposes, with no retraining. Methods include model soups, task vectors, and TIES/DARE. The key advantage is that it needs almost no data or GPU training cost.

For example, blending the weights of a strong-reasoning model and a strong-Korean model can yield a model that partly inherits both strengths. Because it is a combination in weight space rather than training, you can produce and evaluate candidates in minutes to hours.

Can performance really improve without training?

Sometimes it can. Merging is not magic, but choosing compatible parents and tuning the blend ratios can produce a combination that beats each parent. The keys are what you merge and whether you validate the result with benchmarks.

A merge can also be an illusion within noise, so it must be checked across multiple seeds and evaluations. VIDRAFT generates many merge candidates and filters them with standard benchmarks to select combinations that genuinely surpass the parents.

What did VIDRAFT's Darwin achieve?

With a merge-and-evolve approach, the Darwin family reached 90.9% on GPQA Diamond (180 of 198 correct) and ranked #1 overall on the Korean K-AI leaderboard, with over one million cumulative downloads.

Darwin combines and selects models like 'genetic recombination' instead of large-scale GPU retraining — an approach China's largest portal, Tencent, highlighted. The point is reaching top-tier reasoning performance while sharply cutting training cost.

What are the limits?

Merging across different architectures is hard, and merging alone does not create new knowledge. Results that look like gains can be measurement noise, so validation is mandatory. Merging is not an all-purpose cheat — it is powerful when paired with verification.

Blending models from different families (e.g. transformer and a different structure) needs special techniques — the 'cross-breeding' area VIDRAFT researches separately. In every case, the final call is made by the benchmark.

Frequently asked questions

Is model merging different from fine-tuning?
Yes. Fine-tuning trains further on data, while merging only combines the weights of already-trained models with no new training — so it is far faster and cheaper.
Can any models be merged?
No. Models of the same architecture and size usually merge well. Merging across families is hard and needs dedicated techniques.
Can you trust a merged result?
Only after benchmark validation. Apparent gains can be measurement noise, so trust follows only after confirming reproducibility across evaluations.

Sources

Related

On-device AI
Can you run a large LLM without a GPU?
LLM engineering
What is model quantization — is a 4-bit LLM still smart?
Quantum computing
Can a quantum computer break encryption?
↖ Home — vidraft.net

This article is based on VIDRAFT's public, measured data and external sources. Performance figures are measurements under the stated conditions and may vary by environment.