--- base_model: - inflatebot/MN-12B-Mag-Mell-R1 - inflatebot/guns-and-roses-r1 - TheDrummer/Rocinante-12B-v1.1 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 [inflatebot/MN-12B-Mag-Mell-R1](https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1) as a base. ### Models Merged The following models were included in the merge: * [inflatebot/guns-and-roses-r1](https://huggingface.co/inflatebot/guns-and-roses-r1) * [TheDrummer/Rocinante-12B-v1.1](https://huggingface.co/TheDrummer/Rocinante-12B-v1.1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: inflatebot/MN-12B-Mag-Mell-R1 - model: TheDrummer/Rocinante-12B-v1.1 parameters: weight: 0.2 - model: inflatebot/guns-and-roses-r1 parameters: weight: 0.35 merge_method: task_arithmetic base_model: inflatebot/MN-12B-Mag-Mell-R1 dtype: bfloat16 tokenizer: source: "base" ```