--- base_model: - migtissera/Tess-3-Mistral-Large-2-123B - TheDrummer/Behemoth-123B-v1 - SillyTilly/Mistral-Large-Instruct-2407 - NeverSleep/Lumimaid-v0.2-123B - anthracite-org/magnum-v2-123b 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [SillyTilly/Mistral-Large-Instruct-2407](https://huggingface.co/SillyTilly/Mistral-Large-Instruct-2407) as a base. ### Models Merged The following models were included in the merge: * [migtissera/Tess-3-Mistral-Large-2-123B](https://huggingface.co/migtissera/Tess-3-Mistral-Large-2-123B) * [TheDrummer/Behemoth-123B-v1](https://huggingface.co/TheDrummer/Behemoth-123B-v1) * [NeverSleep/Lumimaid-v0.2-123B](https://huggingface.co/NeverSleep/Lumimaid-v0.2-123B) * [anthracite-org/magnum-v2-123b](https://huggingface.co/anthracite-org/magnum-v2-123b) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: SillyTilly/Mistral-Large-Instruct-2407 merge_method: model_stock dtype: bfloat16 models: - model: NeverSleep/Lumimaid-v0.2-123B - model: TheDrummer/Behemoth-123B-v1 - model: migtissera/Tess-3-Mistral-Large-2-123B - model: anthracite-org/magnum-v2-123b ```