--- base_model: - EVA-UNIT-01/EVA-Qwen2.5-32B-v0.0 - rombodawg/Rombos-LLM-V2.5-Qwen-32b - peakji/steiner-32b-preview 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [rombodawg/Rombos-LLM-V2.5-Qwen-32b](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-32b) as a base. ### Models Merged The following models were included in the merge: * [EVA-UNIT-01/EVA-Qwen2.5-32B-v0.0](https://huggingface.co/EVA-UNIT-01/EVA-Qwen2.5-32B-v0.0) * [peakji/steiner-32b-preview](https://huggingface.co/peakji/steiner-32b-preview) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: peakji/steiner-32b-preview - model: EVA-UNIT-01/EVA-Qwen2.5-32B-v0.0 merge_method: model_stock base_model: rombodawg/Rombos-LLM-V2.5-Qwen-32b dtype: bfloat16 ```