--- license: apache-2.0 tags: - merge - mergekit - lazymergekit - mistralai/Mistral-7B-Instruct-v0.2 - mlabonne/NeuralHermes-2.5-Mistral-7B --- # Merged_Linear Merged_Linear is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): * [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) * [mlabonne/NeuralHermes-2.5-Mistral-7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B) ## 🧩 Configuration ```yaml models: - model: mistralai/Mistral-7B-Instruct-v0.2 parameters: weight: 0.3 - model: mlabonne/NeuralHermes-2.5-Mistral-7B parameters: weight: 0.5 merge_method: linear dtype: float16 ```