--- base_model: - LatitudeGames/Wayfarer-2-12B - Trappu/Nemo-Picaro-12B - anthracite-org/magnum-v2-12b 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 [LatitudeGames/Wayfarer-2-12B](https://huggingface.co/LatitudeGames/Wayfarer-2-12B) as a base. ### Models Merged The following models were included in the merge: * [Trappu/Nemo-Picaro-12B](https://huggingface.co/Trappu/Nemo-Picaro-12B) * [anthracite-org/magnum-v2-12b](https://huggingface.co/anthracite-org/magnum-v2-12b) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: anthracite-org/magnum-v2-12b - model: Trappu/Nemo-Picaro-12B - model: LatitudeGames/Wayfarer-2-12B merge_method: model_stock base_model: LatitudeGames/Wayfarer-2-12B dtype: bfloat16 ```