--- base_model: - Sao10K/L3.1-70B-Hanami-x1 - Mawdistical/Feral-Allura-70B - EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1 - Sao10K/L3-70B-Euryale-v2.1 - TareksLab/Zhang-Heng-LLaMa-70B library_name: transformers tags: - mergekit - merge --- # MERGE2 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 [SCE](https://arxiv.org/abs/2408.07990) merge method using [TareksLab/Zhang-Heng-LLaMa-70B](https://huggingface.co/TareksLab/Zhang-Heng-LLaMa-70B) as a base. ### Models Merged The following models were included in the merge: * [Sao10K/L3.1-70B-Hanami-x1](https://huggingface.co/Sao10K/L3.1-70B-Hanami-x1) * [Mawdistical/Feral-Allura-70B](https://huggingface.co/Mawdistical/Feral-Allura-70B) * [EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1](https://huggingface.co/EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1) * [Sao10K/L3-70B-Euryale-v2.1](https://huggingface.co/Sao10K/L3-70B-Euryale-v2.1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Sao10K/L3.1-70B-Hanami-x1 parameters: select_topk: 0.75 - model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1 parameters: select_topk: 0.75 - model: Sao10K/L3-70B-Euryale-v2.1 parameters: select_topk: 0.75 - model: Mawdistical/Feral-Allura-70B parameters: select_topk: 0.75 - model: TareksLab/Zhang-Heng-LLaMa-70B parameters: select_topk: 0.75 base_model: TareksLab/Zhang-Heng-LLaMa-70B merge_method: sce parameters: int8_mask: true tokenizer: source: union chat_template: llama3 dtype: float32 out_dtype: bfloat16 ```