--- license: apache-2.0 tags: - merge - mergekit - lazymergekit - sethuiyer/Dr_Samantha-7b - georgesung/llama2_7b_chat_uncensored --- # mkmodel mkmodel is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): * [sethuiyer/Dr_Samantha-7b](https://huggingface.co/sethuiyer/Dr_Samantha-7b) * [georgesung/llama2_7b_chat_uncensored](https://huggingface.co/georgesung/llama2_7b_chat_uncensored) ## 🧩 Configuration ```yaml slices: - sources: - model: sethuiyer/Dr_Samantha-7b layer_range: [0, 32] - model: georgesung/llama2_7b_chat_uncensored layer_range: [0, 32] merge_method: slerp base_model: sethuiyer/Dr_Samantha-7b parameters: t: - filter: self_attn value: [0, 0.5, 0.3, 0.7, 1] - filter: mlp value: [1, 0.5, 0.7, 0.3, 0] - value: 0.5 dtype: bfloat16 ```