--- base_model: - pankajmathur/orca_mini_v9_6_1B-instruct - hyunseoki/llama3.2-1b-Open-R1-GRPO-test0 - artificialguybr/LLAMA3.2-1B-Synthia-II-Redmond 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 [artificialguybr/LLAMA3.2-1B-Synthia-II-Redmond](https://huggingface.co/artificialguybr/LLAMA3.2-1B-Synthia-II-Redmond) as a base. ### Models Merged The following models were included in the merge: * [pankajmathur/orca_mini_v9_6_1B-instruct](https://huggingface.co/pankajmathur/orca_mini_v9_6_1B-instruct) * [hyunseoki/llama3.2-1b-Open-R1-GRPO-test0](https://huggingface.co/hyunseoki/llama3.2-1b-Open-R1-GRPO-test0) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: model_stock models: - model: hyunseoki/llama3.2-1b-Open-R1-GRPO-test0 parameters: weight: 1.0 - model: pankajmathur/orca_mini_v9_6_1B-instruct parameters: weight: 1.0 base_model: artificialguybr/LLAMA3.2-1B-Synthia-II-Redmond dtype: bfloat16 normalize: true ```