--- base_model: - MaziyarPanahi/calme-2.1-qwen2-72b - zetasepic/Qwen2.5-72B-Instruct-abliterated - Qwen/Qwen2-72B-Instruct library_name: transformers tags: - mergekit - merge license: apache-2.0 --- # 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 [Qwen/Qwen2-72B-Instruct](https://huggingface.co/Qwen/Qwen2-72B-Instruct) as a base. ### Models Merged The following models were included in the merge: * [MaziyarPanahi/calme-2.1-qwen2-72b](https://huggingface.co/MaziyarPanahi/calme-2.1-qwen2-72b) * [zetasepic/Qwen2.5-72B-Instruct-abliterated](https://huggingface.co/zetasepic/Qwen2.5-72B-Instruct-abliterated) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: MaziyarPanahi/calme-2.1-qwen2-72b - model: zetasepic/Qwen2.5-72B-Instruct-abliterated base_model: Qwen/Qwen2-72B-Instruct merge_method: model_stock parameters: normalize: true dtype: bfloat16 ```