--- base_model: - jujipotle/honest_llama3_8B_instruct - unsloth/llama-3-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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [unsloth/llama-3-8b-Instruct](https://huggingface.co/unsloth/llama-3-8b-Instruct) as a base. ### Models Merged The following models were included in the merge: * [jujipotle/honest_llama3_8B_instruct](https://huggingface.co/jujipotle/honest_llama3_8B_instruct) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: jujipotle/honest_llama3_8B_instruct parameters: weight: -0.1 - model: unsloth/llama-3-8b-Instruct parameters: weight: 1.1 merge_method: ties base_model: unsloth/llama-3-8b-Instruct parameters: normalize: false int8_mask: true dtype: float16 ```