--- base_model: - Gryphe/Pantheon-RP-1.0-8b-Llama-3 - Hastagaras/Jamet-8B-L3-MK.V-Blackroot - yodayo-ai/nephra_v1.0 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 [Hastagaras/Jamet-8B-L3-MK.V-Blackroot](https://huggingface.co/Hastagaras/Jamet-8B-L3-MK.V-Blackroot) as a base. ### Models Merged The following models were included in the merge: * [Gryphe/Pantheon-RP-1.0-8b-Llama-3](https://huggingface.co/Gryphe/Pantheon-RP-1.0-8b-Llama-3) * [yodayo-ai/nephra_v1.0](https://huggingface.co/yodayo-ai/nephra_v1.0) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Gryphe/Pantheon-RP-1.0-8b-Llama-3 parameters: density: 0.4 weight: 0.5 - model: Hastagaras/Jamet-8B-L3-MK.V-Blackroot parameters: density: 0.55 weight: 0.65 - model: yodayo-ai/nephra_v1.0 parameters: density: 0.5 weight: 0.55 merge_method: ties base_model: Hastagaras/Jamet-8B-L3-MK.V-Blackroot parameters: normalize: true int8_mask: true dtype: bfloat16 ```