--- base_model: - nbeerbower/Lyra-Gutenberg-mistral-nemo-12B - OddTheGreat/Badman_12B - Aleteian/NeverendingStory - LatitudeGames/Wayfarer-12B 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 Breadcrumbs with TIES](https://arxiv.org/abs/2312.06795) merge method using [Aleteian/NeverendingStory](https://huggingface.co/Aleteian/NeverendingStory) as a base. ### Models Merged The following models were included in the merge: * [nbeerbower/Lyra-Gutenberg-mistral-nemo-12B](https://huggingface.co/nbeerbower/Lyra-Gutenberg-mistral-nemo-12B) * [OddTheGreat/Badman_12B](https://huggingface.co/OddTheGreat/Badman_12B) * [LatitudeGames/Wayfarer-12B](https://huggingface.co/LatitudeGames/Wayfarer-12B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: LatitudeGames/Wayfarer-12B parameters: density: 0.9 weight: 0.25 gamma: 0.01 - model: nbeerbower/Lyra-Gutenberg-mistral-nemo-12B parameters: density: 0.9 weight: 0.25 gamma: 0.01 - model: OddTheGreat/Badman_12B parameters: density: 0.9 weight: 0.25 gamma: 0.01 - model: Aleteian/NeverendingStory merge_method: breadcrumbs_ties base_model: Aleteian/NeverendingStory dtype: bfloat16 tokenizer_source: "union" chat_template: "chatml" ```