--- base_model: - bunnycore/FuseChat-3.2-1B-Creative-RP - prithivMLmods/Bellatrix-Tiny-1B-R1 - passing2961/Thanos-1B - Trelis/Llama-3.2-1B-Instruct-MATH-synthetic - CarrotAI/Llama-3.2-Rabbit-Ko-1B-Instruct - prithivMLmods/Llama-Express.1-Math - huihui-ai/MicroThinker-1B-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 [bunnycore/FuseChat-3.2-1B-Creative-RP](https://huggingface.co/bunnycore/FuseChat-3.2-1B-Creative-RP) as a base. ### Models Merged The following models were included in the merge: * [prithivMLmods/Bellatrix-Tiny-1B-R1](https://huggingface.co/prithivMLmods/Bellatrix-Tiny-1B-R1) * [passing2961/Thanos-1B](https://huggingface.co/passing2961/Thanos-1B) * [Trelis/Llama-3.2-1B-Instruct-MATH-synthetic](https://huggingface.co/Trelis/Llama-3.2-1B-Instruct-MATH-synthetic) * [CarrotAI/Llama-3.2-Rabbit-Ko-1B-Instruct](https://huggingface.co/CarrotAI/Llama-3.2-Rabbit-Ko-1B-Instruct) * [prithivMLmods/Llama-Express.1-Math](https://huggingface.co/prithivMLmods/Llama-Express.1-Math) * [huihui-ai/MicroThinker-1B-Preview](https://huggingface.co/huihui-ai/MicroThinker-1B-Preview) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: prithivMLmods/Bellatrix-Tiny-1B-R1 - model: Trelis/Llama-3.2-1B-Instruct-MATH-synthetic - model: huihui-ai/MicroThinker-1B-Preview - model: passing2961/Thanos-1B - model: CarrotAI/Llama-3.2-Rabbit-Ko-1B-Instruct - model: prithivMLmods/Llama-Express.1-Math merge_method: model_stock base_model: bunnycore/FuseChat-3.2-1B-Creative-RP dtype: bfloat16 parameters: t: [0, 0.5, 1, 0.5, 0] ```