--- base_model: - bunnycore/FuseChat-3.2-1B-Creative-RP - artificialguybr/LLAMA-3.2-1B-OpenHermes2.5 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 [artificialguybr/LLAMA-3.2-1B-OpenHermes2.5](https://huggingface.co/artificialguybr/LLAMA-3.2-1B-OpenHermes2.5) as a base. ### Models Merged The following models were included in the merge: * [bunnycore/FuseChat-3.2-1B-Creative-RP](https://huggingface.co/bunnycore/FuseChat-3.2-1B-Creative-RP) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: artificialguybr/LLAMA-3.2-1B-OpenHermes2.5 - model: bunnycore/FuseChat-3.2-1B-Creative-RP merge_method: arcee_fusion base_model: artificialguybr/LLAMA-3.2-1B-OpenHermes2.5 dtype: bfloat16 chat_template: auto tokenizer: source: union ```