--- base_model: - Mawdistical/Lured-Lapine-70B - nbeerbower/Llama3.1-Gutenberg-Doppel-70B - Sao10K/L3.1-70B-Hanami-x1 - EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1 - TareksLab/Braniac-V3-LLaMa-70B 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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [TareksLab/Braniac-V3-LLaMa-70B](https://huggingface.co/TareksLab/Braniac-V3-LLaMa-70B) as a base. ### Models Merged The following models were included in the merge: * [Mawdistical/Lured-Lapine-70B](https://huggingface.co/Mawdistical/Lured-Lapine-70B) * [nbeerbower/Llama3.1-Gutenberg-Doppel-70B](https://huggingface.co/nbeerbower/Llama3.1-Gutenberg-Doppel-70B) * [Sao10K/L3.1-70B-Hanami-x1](https://huggingface.co/Sao10K/L3.1-70B-Hanami-x1) * [EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1](https://huggingface.co/EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1 parameters: weight: 0.20 density: 0.5 - model: Sao10K/L3.1-70B-Hanami-x1 parameters: weight: 0.20 density: 0.5 - model: nbeerbower/Llama3.1-Gutenberg-Doppel-70B parameters: weight: 0.20 density: 0.5 - model: Mawdistical/Lured-Lapine-70B parameters: weight: 0.20 density: 0.5 - model: TareksLab/Braniac-V3-LLaMa-70B parameters: weight: 0.20 density: 0.5 merge_method: dare_ties base_model: TareksLab/Braniac-V3-LLaMa-70B parameters: normalize: false int8_mask: true out_dtype: bfloat16 chat_template: llama3 tokenizer: source: union ```