--- base_model: - DeepAutoAI/Explore_Llama-3.2-1B-Inst_v1.1 - KidIkaros/Llama-3.2-1B-Instruct-abliterated - passing2961/Thanos-1B 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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [KidIkaros/Llama-3.2-1B-Instruct-abliterated](https://huggingface.co/KidIkaros/Llama-3.2-1B-Instruct-abliterated) as a base. ### Models Merged The following models were included in the merge: * [DeepAutoAI/Explore_Llama-3.2-1B-Inst_v1.1](https://huggingface.co/DeepAutoAI/Explore_Llama-3.2-1B-Inst_v1.1) * [passing2961/Thanos-1B](https://huggingface.co/passing2961/Thanos-1B) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: KidIkaros/Llama-3.2-1B-Instruct-abliterated layer_range: [0, 16] - model: passing2961/Thanos-1B layer_range: [0, 16] - model: DeepAutoAI/Explore_Llama-3.2-1B-Inst_v1.1 layer_range: [0, 16] merge_method: dare_ties base_model: KidIkaros/Llama-3.2-1B-Instruct-abliterated parameters: density: 0.5 weight: 0.4 dtype: bfloat16 ```