What problem does it solve? Combining capabilities from multiple fine-tuned models normally requires expensive retraining; this Skill merges model weights directly with mergekit so you can blend math, coding, and chat expertise into one model on CPU in minutes. ## Core Features & Use Cases - Multiple Merge Methods: Configure linear, SLERP, Task Arithmetic, TIES-Merging, and DARE merges through mergekit YAML configs, including layer-wise and MoE-style merging. - Unsupervised Coefficient Tuning: Select optimal merge coefficients without labeled data using generation consistency (AdaMMS), detailed in references/coefficient-tuning.md. - Evaluation & Production Guidance: Benchmark merged models on Open LLM Leaderboard, MT-Bench, MMLU, HumanEval, and GSM8K, then quantize and deploy to HuggingFace Hub. - Use Case: Merge WizardMath, OpenHermes, and a code model with TIES-Merging to create a single Mistral-7B variant that retains all three capabilities without catastrophic forgetting. ## Quick Start Merge Mistral-7B and OpenHermes-2.5-Mistral-7B with a SLERP configuration at t=0.5 and benchmark the result on MMLU.