--- base_model: - ghost-x/ghost-8b-beta-1608 - ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.3 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 [ghost-x/ghost-8b-beta-1608](https://huggingface.co/ghost-x/ghost-8b-beta-1608) as a base. ### Models Merged The following models were included in the merge: * [ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.3](https://huggingface.co/ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.3) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: ghost-x/ghost-8b-beta-1608 parameters: density: 1 weight: 1 - model: ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.3 parameters: density: 1 weight: 1 - model: ghost-x/ghost-8b-beta-1608 parameters: density: 1 weight: 1 - model: ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.3 parameters: density: 1 weight: 1 merge_method: ties base_model: ghost-x/ghost-8b-beta-1608 parameters: normalize: false int8_mask: true dtype: bfloat16 ```