--- base_model: - meta-llama/Llama-3.2-3B - bunnycore/Llama-3.2-3B-Mix-Skill - bunnycore/Llama-3.2-3B-Sci-Think - FuseAI/FuseChat-Llama-3.2-3B-Instruct - theprint/ReWiz-Llama-3.2-3B language: - en library_name: transformers license: llama3.2 pipeline_tag: text-generation tags: - facebook - meta - pytorch - llama - llama-3 - mergekit - merge - chat - moonride --- # Intro Experimental merge of multiple Llama 3.2 3B models, guided by [MoonRide-Index-v7](https://huggingface.co/datasets/MoonRide/MoonRide-LLM-Index-v7). Created with [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [SCE](https://arxiv.org/abs/2408.07990) merge method using [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B) as a base. ### Models Merged The following models were included in the merge: * [bunnycore/Llama-3.2-3B-Sci-Think](https://huggingface.co/bunnycore/Llama-3.2-3B-Sci-Think) * [FuseAI/FuseChat-Llama-3.2-3B-Instruct](https://huggingface.co/FuseAI/FuseChat-Llama-3.2-3B-Instruct) * [theprint/ReWiz-Llama-3.2-3B](https://huggingface.co/theprint/ReWiz-Llama-3.2-3B) * [bunnycore/Llama-3.2-3B-Mix-Skill](https://huggingface.co/bunnycore/Llama-3.2-3B-Mix-Skill) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: bunnycore/Llama-3.2-3B-Mix-Skill - model: bunnycore/Llama-3.2-3B-Sci-Think - model: FuseAI/FuseChat-Llama-3.2-3B-Instruct - model: theprint/ReWiz-Llama-3.2-3B base_model: meta-llama/Llama-3.2-3B tokenizer: source: meta-llama/Llama-3.2-3B-Instruct merge_method: sce parameters: normalize: true dtype: float32 out_dtype: float16 ```