Skip to main content
Back to registry

model-merging

davila7/claude-code-templates

Installs180
Install command
npx skills add https://github.com/davila7/claude-code-templates --skill model-merging
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Use Model Merging when you need to: Success Stories : Marcoro14-7B-slerp (best on Open LLM Leaderboard 02/2024), many top HuggingFace models use merging Tools : mergekit (Arcee AI), LazyMergekit, Model Soup Linear (Model Soup) SLERP (Spherical Linear Interpolation) Task Arithmetic TIES-Merging DARE (Drop And REscale) Best for : Simple model combinations, equal weighting Best for : Two models, smooth interpolation Layer-specific SLERP: Best for : Combining specialized skills Best for : Many models, resolving conflicts Best for : Reducing redundancy Fix : Only merge models with same architecture Fix : Use more balanced weights (0.3-0.7 range) Fix : Always benchmark before deploying - Combine capabilities from multiple fine-tuned models without retraining - Create specialized models by blending domain-specific expertise (math + coding + chat) - Improve performance beyond single models (often +5-10% on benchmarks) - Reduce training costs - no GPUs needed, merges run on CPU - Experiment rapidly - create new model variants in minutes, not days - Preserve multiple skills - merge without catastrophic forgetting - Simple weighted average of parameters - Fast, works well for similar models - Can merge 2+ models - Interpolates along sphere in weight space - Preserves magnitude of weight vectors - Best for merging 2 models - Smoother than linear - Extract "task vectors" (fine-tuned -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does model-merging do?

model-merging is listed in SkillJury, but the source summary is still sparse.

Is model-merging good?

model-merging does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does model-merging work with?

model-merging currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to model-merging?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install model-merging?

npx skills add https://github.com/davila7/claude-code-templates --skill model-merging

Related skills

More from davila7/claude-code-templates

Related skills

Alternatives in Software Engineering