--- base_model: - Alelcv27/Llama3.2-3B-INST-Math1 - Alelcv27/Llama3.2-3B-INST-Code library_name: transformers tags: - mergekit - merge --- # Llama3.2-3B-INST-Slerp-v2 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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method. ### Models Merged The following models were included in the merge: * [Alelcv27/Llama3.2-3B-INST-Math1](https://huggingface.co/Alelcv27/Llama3.2-3B-INST-Math1) * [Alelcv27/Llama3.2-3B-INST-Code](https://huggingface.co/Alelcv27/Llama3.2-3B-INST-Code) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: Alelcv27/Llama3.2-3B-INST-Math1 dtype: float16 merge_method: slerp modules: default: slices: - sources: - layer_range: [0, 28] model: Alelcv27/Llama3.2-3B-INST-Code - layer_range: [0, 28] model: Alelcv27/Llama3.2-3B-INST-Math1 parameters: t: 0.5 ```