--- base_model: - Nitral-AI/Lewcules-7B-v.02 - l3utterfly/mistral-7b-v0.2-layla-v4 library_name: transformers tags: - mergekit - merge --- ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/Sju28xxQR1OJ2o7KRUvB7.jpeg) # Vision/multimodal capabilities: If you want to use vision functionality: * You must use the latest versions of [Koboldcpp](https://github.com/LostRuins/koboldcpp). To use the multimodal capabilities of this model and use **vision** you need to load the specified **mmproj** file, this can be found inside this model repo. * You can load the **mmproj** by using the corresponding section in the interface: ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/UX6Ubss2EPNAT3SKGMLe0.png) ### Models Merged The following models were included in the merge: * [Nitral-AI/Lewcules-7B-v.02](https://huggingface.co/Nitral-AI/Lewcules-7B-v.02) * [l3utterfly/mistral-7b-v0.2-layla-v4](https://huggingface.co/l3utterfly/mistral-7b-v0.2-layla-v4) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: Nitral-AI/Lewcules-7B-v.02 layer_range: [0, 32] - model: l3utterfly/mistral-7b-v0.2-layla-v4 layer_range: [0, 32] merge_method: slerp base_model: Nitral-AI/Lewcules-7B-v.02 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 ```