--- base_model: - Columbidae/Qwen2.5-32B-Instruct - trashpanda-org/Qwen2.5-32B-Dark-Days-stage1 - trashpanda-org/Qwen2.5-32B-Dark-Days-stage2 library_name: transformers tags: - mergekit - merge --- # dark-days-exp-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 [Columbidae/Qwen2.5-32B-Instruct](https://huggingface.co/Columbidae/Qwen2.5-32B-Instruct) as a base. ### Models Merged The following models were included in the merge: * [trashpanda-org/Qwen2.5-32B-Dark-Days-stage1](https://huggingface.co/trashpanda-org/Qwen2.5-32B-Dark-Days-stage1) * [trashpanda-org/Qwen2.5-32B-Dark-Days-stage2](https://huggingface.co/trashpanda-org/Qwen2.5-32B-Dark-Days-stage2) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: trashpanda-org/Qwen2.5-32B-Dark-Days-stage1 parameters: weight: 1 density: 1 - model: trashpanda-org/Qwen2.5-32B-Dark-Days-stage2 parameters: weight: 1 density: 1 merge_method: ties base_model: Columbidae/Qwen2.5-32B-Instruct ```