--- base_model: - ChaoticNeutrals/Nyanade_Stunna-Maid-7B-v0.2 - Ppoyaa/LuminRP-7B-128k-v0.5 - mlabonne/AlphaMonarch-7B - Nitral-AI/Kunocchini-7b-128k-test 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 [Nitral-AI/Kunocchini-7b-128k-test](https://huggingface.co/Nitral-AI/Kunocchini-7b-128k-test) as a base. ### Models Merged The following models were included in the merge: * [ChaoticNeutrals/Nyanade_Stunna-Maid-7B-v0.2](https://huggingface.co/ChaoticNeutrals/Nyanade_Stunna-Maid-7B-v0.2) * [Ppoyaa/LuminRP-7B-128k-v0.5](https://huggingface.co/Ppoyaa/LuminRP-7B-128k-v0.5) * [mlabonne/AlphaMonarch-7B](https://huggingface.co/mlabonne/AlphaMonarch-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Ppoyaa/LuminRP-7B-128k-v0.5 parameters: density: 0.85 weight: 0.4 - model: mlabonne/AlphaMonarch-7B parameters: density: 0.85 weight: 0.2 - model: ChaoticNeutrals/Nyanade_Stunna-Maid-7B-v0.2 parameters: density: 0.85 weight: 0.4 merge_method: ties base_model: Nitral-AI/Kunocchini-7b-128k-test parameters: normalize: false int8_mask: true dtype: bfloat16 ```