--- base_model: - PetroGPT/WestSeverus-7B-DPO - uukuguy/speechless-mistral-dolphin-orca-platypus-samantha-7b - vishnukv/WestSeverusJaskier 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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [uukuguy/speechless-mistral-dolphin-orca-platypus-samantha-7b](https://huggingface.co/uukuguy/speechless-mistral-dolphin-orca-platypus-samantha-7b) as a base. ### Models Merged The following models were included in the merge: * [PetroGPT/WestSeverus-7B-DPO](https://huggingface.co/PetroGPT/WestSeverus-7B-DPO) * [vishnukv/WestSeverusJaskier](https://huggingface.co/vishnukv/WestSeverusJaskier) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: uukuguy/speechless-mistral-dolphin-orca-platypus-samantha-7b # No parameters necessary for base model - model: vishnukv/WestSeverusJaskier parameters: density: 0.53 weight: 0.4 - model: PetroGPT/WestSeverus-7B-DPO parameters: density: 0.53 weight: 0.3 merge_method: dare_ties base_model: uukuguy/speechless-mistral-dolphin-orca-platypus-samantha-7b parameters: int8_mask: true dtype: bfloat16 ```