--- base_model: - akjindal53244/Llama-3.1-Storm-8B - mlabonne/Hermes-3-Llama-3.1-8B-lorablated 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 SLERP merge method. ### Models Merged The following models were included in the merge: * [akjindal53244/Llama-3.1-Storm-8B](https://huggingface.co/akjindal53244/Llama-3.1-Storm-8B) * [mlabonne/Hermes-3-Llama-3.1-8B-lorablated](https://huggingface.co/mlabonne/Hermes-3-Llama-3.1-8B-lorablated) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: mlabonne/Hermes-3-Llama-3.1-8B-lorablated - model: akjindal53244/Llama-3.1-Storm-8B merge_method: slerp base_model: mlabonne/Hermes-3-Llama-3.1-8B-lorablated dtype: bfloat16 parameters: t: [0, 0.5, 1, 0.5, 0] ```