๐ MergeScope User Guide
โ Back to MergeScope
What is Model Merging?
Model merging combines weights from two or more fine-tuned models into a single model. Tools like mergekit implement various merge strategies. MergeScope lets you preview the result before running the actual merge.
Supported Merge Methods
- SLERP โ Spherical Linear Interpolation. Smoothly blends two models with a ratio parameter (0.0-1.0).
- TIES โ Trim, Elect Sign, Merge. Keeps only the most significant weight changes, resolves sign conflicts.
- DARE โ Drop And REscale. Randomly drops weight deltas and rescales remaining ones.
- Linear โ Simple weighted average of tensors.
How to Use
- Drop two GGUF or SafeTensors model files
- Select merge method and parameters
- Preview which tensors will be affected
- View estimated output size and tensor type distribution
FAQ
- Does this actually merge models?
- No. MergeScope only previews/simulates the merge. Use mergekit for actual merging.
- Can I merge GGUF with SafeTensors?
- MergeScope shows the preview, but in practice you should merge models in the same format.
โ MergeScope ยท About ยท Privacy