--- base_model: - Novaciano/Pandemonium-3.2-1B - Novaciano/La_Mejor_Mezcla-3.2-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 [Arcee Fusion](https://arcee.ai) merge method using [Novaciano/La_Mejor_Mezcla-3.2-1B](https://huggingface.co/Novaciano/La_Mejor_Mezcla-3.2-1B) as a base. ### Models Merged The following models were included in the merge: * [Novaciano/Pandemonium-3.2-1B](https://huggingface.co/Novaciano/Pandemonium-3.2-1B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Novaciano/La_Mejor_Mezcla-3.2-1B parameters: weight: 1.0 density: 0.9 - model: Novaciano/Pandemonium-3.2-1B parameters: weight: 1.0 density: 0.9 merge_method: arcee_fusion base_model: Novaciano/La_Mejor_Mezcla-3.2-1B parameters: normalize: true int8_mask: true rescale: true filter_wise: false smooth: false allow_negative_weights: false lambda: 1.0 select_topk: 0.1 tokenizer: source: union chat_template: auto dtype: bfloat16 out_dtype: bfloat16 ```