--- base_model: - FuseAI/FuseChat-Llama-3.1-8B-Instruct - jaspionjader/fct-13-8b 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: * [FuseAI/FuseChat-Llama-3.1-8B-Instruct](https://huggingface.co/FuseAI/FuseChat-Llama-3.1-8B-Instruct) * [jaspionjader/fct-13-8b](https://huggingface.co/jaspionjader/fct-13-8b) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: jaspionjader/fct-13-8b layer_range: - 0 - 32 - model: FuseAI/FuseChat-Llama-3.1-8B-Instruct layer_range: - 0 - 32 merge_method: slerp base_model: jaspionjader/fct-13-8b parameters: t: - filter: self_attn value: - 0.06 - 0.05 - 0.04 - 0.03 - 0.02 - filter: mlp value: - 0.02 - 0.03 - 0.04 - 0.05 - 0.06 - value: 0.3 dtype: bfloat16 ```