What problem does it solve? Combining capabilities from multiple fine-tuned models normally requires expensive retraining. This Skill lets you blend specialized models (math, coding, chat) into a single model using mergekit, running on CPU in minutes instead of days of GPU training. ## Core Features & Use Cases - Multiple Merge Methods: Supports SLERP, TIES-Merging, DARE, Task Arithmetic, linear merging, and MoE construction with ready-to-use YAML configurations. - Evaluation & Benchmarking: Includes guidance for Open LLM Leaderboard, MT-Bench, MMLU, HumanEval, and GSM8K testing with regression and sanity checks. - Production Deployment: Covers quantization (GGUF, GPTQ), HuggingFace Hub upload, and common pitfalls like incompatible architectures. - Use Case: Merge a math-specialized Mistral model with a chat model using SLERP to create a single model that handles both domains, then benchmark it against the parent models before deployment. ## Quick Start Merge the WizardMath and OpenHermes Mistral-7B models using SLERP with equal weights and evaluate the result on GSM8K.