--- base_model: - pankajmathur/orca_mini_v4_8b - NousResearch/DeepHermes-3-Llama-3-8B-Preview - Orenguteng/Llama-3-8B-Lexi-Uncensored 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 [NousResearch/DeepHermes-3-Llama-3-8B-Preview](https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-8B-Preview) as a base. ### Models Merged The following models were included in the merge: * [pankajmathur/orca_mini_v4_8b](https://huggingface.co/pankajmathur/orca_mini_v4_8b) * [Orenguteng/Llama-3-8B-Lexi-Uncensored](https://huggingface.co/Orenguteng/Llama-3-8B-Lexi-Uncensored) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Orenguteng/Llama-3-8B-Lexi-Uncensored parameters: density: 0.5 weight: 0.5 - model: pankajmathur/orca_mini_v4_8b parameters: density: 0.5 weight: 0.5 merge_method: ties base_model: NousResearch/DeepHermes-3-Llama-3-8B-Preview parameters: normalize: false int8_mask: true dtype: float16 ```