--- base_model: - Sao10K/70B-L3.3-mhnnn-x1 - Sao10K/L3.1-70B-Hanami-x1 - Mawdistical/Lured-Lapine-70B - zerofata/L3.3-GeneticLemonade-Unleashed-v3-70B - mlabonne/Hermes-3-Llama-3.1-70B-lorablated library_name: transformers tags: - mergekit - merge --- # MERGE3 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 [mlabonne/Hermes-3-Llama-3.1-70B-lorablated](https://huggingface.co/mlabonne/Hermes-3-Llama-3.1-70B-lorablated) as a base. ### Models Merged The following models were included in the merge: * [Sao10K/70B-L3.3-mhnnn-x1](https://huggingface.co/Sao10K/70B-L3.3-mhnnn-x1) * [Sao10K/L3.1-70B-Hanami-x1](https://huggingface.co/Sao10K/L3.1-70B-Hanami-x1) * [Mawdistical/Lured-Lapine-70B](https://huggingface.co/Mawdistical/Lured-Lapine-70B) * [zerofata/L3.3-GeneticLemonade-Unleashed-v3-70B](https://huggingface.co/zerofata/L3.3-GeneticLemonade-Unleashed-v3-70B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Mawdistical/Lured-Lapine-70B - model: zerofata/L3.3-GeneticLemonade-Unleashed-v3-70B - model: Sao10K/L3.1-70B-Hanami-x1 - model: Sao10K/70B-L3.3-mhnnn-x1 merge_method: sce base_model: mlabonne/Hermes-3-Llama-3.1-70B-lorablated parameters: select_topk: 0.5 dtype: float32 out_dtype: bfloat16 chat_template: llama3 tokenizer: source: union ```