--- base_model: - arcee-ai/Llama-Spark - haoranxu/Llama-3-Instruct-8B-SimPO - vicgalle/Configurable-Llama-3.1-8B-Instruct - Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2 - VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2) as a base. ### Models Merged The following models were included in the merge: * [arcee-ai/Llama-Spark](https://huggingface.co/arcee-ai/Llama-Spark) * [haoranxu/Llama-3-Instruct-8B-SimPO](https://huggingface.co/haoranxu/Llama-3-Instruct-8B-SimPO) * [vicgalle/Configurable-Llama-3.1-8B-Instruct](https://huggingface.co/vicgalle/Configurable-Llama-3.1-8B-Instruct) * [VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct](https://huggingface.co/VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct - model: vicgalle/Configurable-Llama-3.1-8B-Instruct - model: arcee-ai/Llama-Spark - model: haoranxu/Llama-3-Instruct-8B-SimPO merge_method: model_stock base_model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2 normalize: true int8_mask: true dtype: float16 ```