--- license: apache-2.0 base_model: - paulml/NeuralOmniWestBeaglake-7B - yam-peleg/Experiment21-7B - paulml/OmniBeagleSquaredMBX-v3-7B - Gille/StrangeMerges_16-7B-slerp - vanillaOVO/correction_1 - yam-peleg/Experiment26-7B - Kukedlc/NeuralMaths-Experiment-7b library_name: transformers tags: - mergekit - merge --- ![image/png](https://huggingface.co/nbeerbower/bophades-mistral-7B/resolve/main/bophades.png) # bophades-v2-mistral-7B 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [yam-peleg/Experiment26-7B](https://huggingface.co/yam-peleg/Experiment26-7B) as a base. ### Models Merged The following models were included in the merge: * [paulml/NeuralOmniWestBeaglake-7B](https://huggingface.co/paulml/NeuralOmniWestBeaglake-7B) * [yam-peleg/Experiment21-7B](https://huggingface.co/yam-peleg/Experiment21-7B) * [paulml/OmniBeagleSquaredMBX-v3-7B](https://huggingface.co/paulml/OmniBeagleSquaredMBX-v3-7B) * [Gille/StrangeMerges_16-7B-slerp](https://huggingface.co/Gille/StrangeMerges_16-7B-slerp) * [vanillaOVO/correction_1](https://huggingface.co/vanillaOVO/correction_1) * [Kukedlc/NeuralMaths-Experiment-7b](https://huggingface.co/Kukedlc/NeuralMaths-Experiment-7b) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: paulml/OmniBeagleSquaredMBX-v3-7B - model: paulml/NeuralOmniWestBeaglake-7B - model: Gille/StrangeMerges_16-7B-slerp - model: yam-peleg/Experiment21-7B - model: vanillaOVO/correction_1 - model: Kukedlc/NeuralMaths-Experiment-7b merge_method: model_stock base_model: yam-peleg/Experiment26-7B dtype: bfloat16 ```