--- base_model: - mlabonne/Hermes-3-Llama-3.1-70B-lorablated - Sao10K/L3-70B-Euryale-v2.1 - Sao10K/L3.1-70B-Hanami-x1 - nbeerbower/Llama-3.1-Nemotron-lorablated-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 [SCE](https://arxiv.org/abs/2408.07990) merge method using [nbeerbower/Llama-3.1-Nemotron-lorablated-70B](https://huggingface.co/nbeerbower/Llama-3.1-Nemotron-lorablated-70B) as a base. ### Models Merged The following models were included in the merge: * [mlabonne/Hermes-3-Llama-3.1-70B-lorablated](https://huggingface.co/mlabonne/Hermes-3-Llama-3.1-70B-lorablated) * [Sao10K/L3-70B-Euryale-v2.1](https://huggingface.co/Sao10K/L3-70B-Euryale-v2.1) * [Sao10K/L3.1-70B-Hanami-x1](https://huggingface.co/Sao10K/L3.1-70B-Hanami-x1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: mlabonne/Hermes-3-Llama-3.1-70B-lorablated parameters: weight: 0.25 density: 0.5 select_topk: 0.5 lambda: 1.0 - model: Sao10K/L3-70B-Euryale-v2.1 parameters: weight: 0.25 density: 0.5 select_topk: 0.5 lambda: 1.0 - model: Sao10K/L3.1-70B-Hanami-x1 parameters: weight: 0.25 density: 0.5 select_topk: 0.5 lambda: 1.0 - model: nbeerbower/Llama-3.1-Nemotron-lorablated-70B parameters: weight: 0.25 density: 0.5 select_topk: 0.5 lambda: 1.0 base_model: nbeerbower/Llama-3.1-Nemotron-lorablated-70B merge_method: sce parameters: normalize: false tokenizer: source: union chat_template: dtype: bfloat16 ```