--- license: apache-2.0 tags: - merge - mergekit - vortexmergekit - Abhaykoul/1 - Abhaykoul/2 --- # 1.2 Hey there! 👋 Welcome to the 1.2! This is a merge of multiple models brought together using the awesome [VortexMerge kit](https://colab.research.google.com/drive/1YjcvCLuNG1PK7Le6_4xhVU5VpzTwvGhk#scrollTo=UG5H2TK4gVyl). Let's see what we've got in this merge: * [Abhaykoul/1](https://huggingface.co/Abhaykoul/1) 🚀 * [Abhaykoul/2](https://huggingface.co/Abhaykoul/2) 🚀 ## 🧩 Configuration ```yaml slices: - sources: - model: Abhaykoul/1 layer_range: [0, 21] - model: Abhaykoul/2 layer_range: [0, 21] merge_method: slerp base_model: Abhaykoul/1 parameters: t: - filter: self_attn value: [0, 0.5, 0.3, 0.7, 1] - filter: mlp value: [1, 0.5, 0.7, 0.3, 0] - value: 0.5 # fallback for rest of tensors dtype: float16