Spherical Linear Interpolation (SLERP)¶
SLERP stands for Spherical LinEar inteRPolation1.
Implementation Details¶
- fusion_bench.method.SlerpMergeAlgorithm: Architecture-agnostic implementation.
- fusion_bench.method.SlerpForCausalLM: SLERP for large language models
-
SLERP For Model Merging – A Primer https://www.coinfeeds.ai/ai-blog/slerp-model-merging-primer ↩