--- base_model: - anthracite-org/magnum-12b-v2 - Sao10K/MN-12B-Lyra-v2a1 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [Sao10K/MN-12B-Lyra-v2a1](https://huggingface.co/Sao10K/MN-12B-Lyra-v2a1) as a base. ### Models Merged The following models were included in the merge: * [anthracite-org/magnum-12b-v2](https://huggingface.co/anthracite-org/magnum-12b-v2) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Sao10K/MN-12B-Lyra-v2a1 parameters: weight: 0.30 density: 0.60 - model: anthracite-org/magnum-12b-v2 parameters: weight: 0.30 density: 0.40 merge_method: ties base_model: Sao10K/MN-12B-Lyra-v2a1 parameters: int8_mask: true normalize: true dtype: bfloat16 ```