--- base_model: - Qwen/Qwen2.5-72B-Instruct - Qwen/Qwen2.5-72B library_name: transformers tags: - mergekit - merge --- # stage3-2 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 [Qwen/Qwen2.5-72B](https://huggingface.co/Qwen/Qwen2.5-72B) as a base. ### Models Merged The following models were included in the merge: * ./stage2 * [Qwen/Qwen2.5-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct) * ./stage1 ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: ./stage1 parameters: weight: 1 density: 1 - model: ./stage2 parameters: weight: 1 density: 1 - model: Qwen/Qwen2.5-72B-Instruct parameters: weight: 0.9 density: 0.9 merge_method: ties base_model: Qwen/Qwen2.5-72B parameters: weight: 0.9 density: 0.9 normalize: true int8_mask: true tokenizer_source: Qwen/Qwen2.5-72B-Instruct dtype: bfloat16 name: trashpanda-org/Qwen2.5-72B-Azalea-v0 ```