--- license: apache-2.0 tags: - merge - mergekit - lazymergekit - MaziyarPanahi/calme-2.1-phi3.5-4b - jpacifico/Chocolatine-3B-Instruct-DPO-Revised --- # merge-test merge-test is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): * [MaziyarPanahi/calme-2.1-phi3.5-4b](https://huggingface.co/MaziyarPanahi/calme-2.1-phi3.5-4b) * [jpacifico/Chocolatine-3B-Instruct-DPO-Revised](https://huggingface.co/jpacifico/Chocolatine-3B-Instruct-DPO-Revised) ## 🧩 Configuration ```yaml models: - model: microsoft/Phi-3.5-mini-instruct # no parameters necessary for base model - model: MaziyarPanahi/calme-2.1-phi3.5-4b parameters: density: 0.8 weight: 0.5 - model: jpacifico/Chocolatine-3B-Instruct-DPO-Revised parameters: density: 0.8 weight: 0.3 merge_method: ties base_model: microsoft/Phi-3.5-mini-instruct parameters: normalize: true dtype: float16 ```