--- base_model: - ibm-granite/granite-3b-code-base-2k - PJMixers-Dev/LLaMa-3.2-Instruct-JankMix-v0.1-SFT-3B - stabilityai/stable-code-3b - Bllossom/llama-3.2-Korean-Bllossom-3B - ICEPVP8977/Uncensored_llama_3.2_3b_safetensors - Qwen/Qwen2.5-3B - chuanli11/Llama-3.2-3B-Instruct-uncensored - Qwen/Qwen2.5-3B-Instruct - meta-llama/Llama-3.2-3B-Instruct - meta-llama/Llama-3.2-3B 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 passthrough merge method. ### Models Merged The following models were included in the merge: * [ibm-granite/granite-3b-code-base-2k](https://huggingface.co/ibm-granite/granite-3b-code-base-2k) * [PJMixers-Dev/LLaMa-3.2-Instruct-JankMix-v0.1-SFT-3B](https://huggingface.co/PJMixers-Dev/LLaMa-3.2-Instruct-JankMix-v0.1-SFT-3B) * [stabilityai/stable-code-3b](https://huggingface.co/stabilityai/stable-code-3b) * [Bllossom/llama-3.2-Korean-Bllossom-3B](https://huggingface.co/Bllossom/llama-3.2-Korean-Bllossom-3B) * [ICEPVP8977/Uncensored_llama_3.2_3b_safetensors](https://huggingface.co/ICEPVP8977/Uncensored_llama_3.2_3b_safetensors) * [Qwen/Qwen2.5-3B](https://huggingface.co/Qwen/Qwen2.5-3B) * [chuanli11/Llama-3.2-3B-Instruct-uncensored](https://huggingface.co/chuanli11/Llama-3.2-3B-Instruct-uncensored) * [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) * [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) * [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - layer_range: [0, 1] model: ICEPVP8977/Uncensored_llama_3.2_3b_safetensors - sources: - layer_range: [0, 1] model: meta-llama/Llama-3.2-3B-Instruct - sources: - layer_range: [0, 1] model: meta-llama/Llama-3.2-3B - sources: - layer_range: [0, 1] model: chuanli11/Llama-3.2-3B-Instruct-uncensored - sources: - layer_range: [0, 1] model: PJMixers-Dev/LLaMa-3.2-Instruct-JankMix-v0.1-SFT-3B - sources: - layer_range: [0, 1] model: Bllossom/llama-3.2-Korean-Bllossom-3B - sources: - layer_range: [0, 1] model: Qwen/Qwen2.5-3B-Instruct - sources: - layer_range: [0, 1] model: Qwen/Qwen2.5-3B - sources: - layer_range: [0, 1] model: stabilityai/stable-code-3b - sources: - layer_range: [0, 1] model: ibm-granite/granite-3b-code-base-2k merge_method: passthrough dtype: float16 ```