--- base_model: - KingNish/Reasoning-Llama-1b-v0.1 - zztheaven/Llama-3.2-1B-Instruct-Open-R1-GRPO - prithivMLmods/Bellatrix-Tiny-1B-R1 library_name: transformers tags: - mergekit - merge license: llama3.2 --- # 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 [zztheaven/Llama-3.2-1B-Instruct-Open-R1-GRPO](https://huggingface.co/zztheaven/Llama-3.2-1B-Instruct-Open-R1-GRPO) as a base. ### Models Merged The following models were included in the merge: * [KingNish/Reasoning-Llama-1b-v0.1](https://huggingface.co/KingNish/Reasoning-Llama-1b-v0.1) * [prithivMLmods/Bellatrix-Tiny-1B-R1](https://huggingface.co/prithivMLmods/Bellatrix-Tiny-1B-R1) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: model_stock models: - model: KingNish/Reasoning-Llama-1b-v0.1 parameters: weight: 1.0 - model: prithivMLmods/Bellatrix-Tiny-1B-R1 parameters: weight: 1.0 base_model: zztheaven/Llama-3.2-1B-Instruct-Open-R1-GRPO dtype: bfloat16 normalize: true ```