--- base_model: - mergekit-community/Qwen2-2B-Dolphin-RepleteCoder - mergekit-community/Qwen2-2B-RepleteCoder-Hercules - mergekit-community/Qwen2-2B-RepleteCoder-Upscaled - mergekit-community/Qwen2-Math-2B-Instruct - mergekit-community/Qwen2-2B-Dolphin-Hercules 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 [mergekit-community/Qwen2-2B-RepleteCoder-Upscaled](https://huggingface.co/mergekit-community/Qwen2-2B-RepleteCoder-Upscaled) as a base. ### Models Merged The following models were included in the merge: * [mergekit-community/Qwen2-2B-Dolphin-RepleteCoder](https://huggingface.co/mergekit-community/Qwen2-2B-Dolphin-RepleteCoder) * [mergekit-community/Qwen2-2B-RepleteCoder-Hercules](https://huggingface.co/mergekit-community/Qwen2-2B-RepleteCoder-Hercules) * [mergekit-community/Qwen2-Math-2B-Instruct](https://huggingface.co/mergekit-community/Qwen2-Math-2B-Instruct) * [mergekit-community/Qwen2-2B-Dolphin-Hercules](https://huggingface.co/mergekit-community/Qwen2-2B-Dolphin-Hercules) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: mergekit-community/Qwen2-2B-RepleteCoder-Hercules - model: mergekit-community/Qwen2-2B-Dolphin-Hercules - model: mergekit-community/Qwen2-2B-Dolphin-RepleteCoder - model: mergekit-community/Qwen2-Math-2B-Instruct merge_method: model_stock base_model: mergekit-community/Qwen2-2B-RepleteCoder-Upscaled architecture: qwen2 dtype: bfloat16 ```