--- base_model: - Trappu/Nemo-Picaro-12B - LatitudeGames/Wayfarer-2-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 [anthracite-org/magnum-v2-12b](https://huggingface.co/anthracite-org/magnum-v2-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) * [LatitudeGames/Wayfarer-2-12B](https://huggingface.co/LatitudeGames/Wayfarer-2-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: anthracite-org/magnum-v2-12b dtype: bfloat16 ```