--- base_model: - AXCXEPT/Borea-Phi-3.5-mini-Instruct-Coding - MaziyarPanahi/calme-2.1-phi3.5-4b library_name: transformers tags: - mergekit - merge --- # merge This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [MaziyarPanahi/calme-2.1-phi3.5-4b](https://huggingface.co/MaziyarPanahi/calme-2.1-phi3.5-4b) as a base. ### Models Merged The following models were included in the merge: * [AXCXEPT/Borea-Phi-3.5-mini-Instruct-Coding](https://huggingface.co/AXCXEPT/Borea-Phi-3.5-mini-Instruct-Coding) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: AXCXEPT/Borea-Phi-3.5-mini-Instruct-Coding parameters: weight: 1 density: 1 merge_method: ties base_model: MaziyarPanahi/calme-2.1-phi3.5-4b parameters: weight: 1 density: 1 normalize: true int8_mask: true dtype: float16 ```