--- base_model: - elinas/Chronos-Gold-12B-1.0 - TheDrummer/UnslopNemo-12B-v4.1 - anthracite-org/magnum-v2.5-12b-kto - nbeerbower/mistral-nemo-gutenberg-12B-v4 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 [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [anthracite-org/magnum-v2.5-12b-kto](https://huggingface.co/anthracite-org/magnum-v2.5-12b-kto) as a base. ### Models Merged The following models were included in the merge: * [elinas/Chronos-Gold-12B-1.0](https://huggingface.co/elinas/Chronos-Gold-12B-1.0) * [TheDrummer/UnslopNemo-12B-v4.1](https://huggingface.co/TheDrummer/UnslopNemo-12B-v4.1) * [nbeerbower/mistral-nemo-gutenberg-12B-v4](https://huggingface.co/nbeerbower/mistral-nemo-gutenberg-12B-v4) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: elinas/Chronos-Gold-12B-1.0 parameters: density: 0.2 weight: 0.53 - model: nbeerbower/mistral-nemo-gutenberg-12B-v4 parameters: density: 0.2 weight: 0.53 - model: TheDrummer/UnslopNemo-12B-v4.1 parameters: density: 0.5 weight: 0.53 merge_method: task_arithmetic base_model: anthracite-org/magnum-v2.5-12b-kto parameters: normalize: false int8_mask: true dtype: bfloat16 ```