--- base_model: - Qwen/Qwen2-72B-Instruct - dfurman/Qwen2-72B-Orpo-v0.1 - MaziyarPanahi/calme-2.1-qwen2-72b 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: * [dfurman/Qwen2-72B-Orpo-v0.1](https://huggingface.co/dfurman/Qwen2-72B-Orpo-v0.1) * [MaziyarPanahi/calme-2.1-qwen2-72b](https://huggingface.co/MaziyarPanahi/calme-2.1-qwen2-72b) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: MaziyarPanahi/calme-2.1-qwen2-72b - model: dfurman/Qwen2-72B-Orpo-v0.1 base_model: Qwen/Qwen2-72B-Instruct merge_method: model_stock parameters: normalize: true dtype: bfloat16 ```