--- base_model: - Mawdistical/Feral-Allura-70B - Neph0s/CoSER-Llama-3.1-70B - Sao10K/L3.1-70B-Hanami-x1 - mlabonne/Hermes-3-Llama-3.1-70B-lorablated - EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1 - Delta-Vector/Austral-70B-Preview - zerofata/L3.3-GeneticLemonade-Unleashed-v3-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 [Model Stock](https://arxiv.org/abs/2403.19522) 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: * [Mawdistical/Feral-Allura-70B](https://huggingface.co/Mawdistical/Feral-Allura-70B) * [Neph0s/CoSER-Llama-3.1-70B](https://huggingface.co/Neph0s/CoSER-Llama-3.1-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) * [Delta-Vector/Austral-70B-Preview](https://huggingface.co/Delta-Vector/Austral-70B-Preview) * [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: Sao10K/L3.1-70B-Hanami-x1 - model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1 - model: Neph0s/CoSER-Llama-3.1-70B - model: Delta-Vector/Austral-70B-Preview - model: Mawdistical/Feral-Allura-70B - model: zerofata/L3.3-GeneticLemonade-Unleashed-v3-70B base_model: mlabonne/Hermes-3-Llama-3.1-70B-lorablated merge_method: model_stock dtype: float32 out_dtype: bfloat16 chat_template: llama3 tokenizer: source: Sao10K/L3.1-70B-Hanami-x1 pad_to_multiple_of: 8 ```