--- base_model: - voidful/Llama-Breeze2-8B-Instruct-text-only - TheFinAI/Fino1-8B - voidful/Llama-3.1-TAIDE-R1-8B-Chat 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 [Karcher Mean](https://en.wikipedia.org/wiki/Karcher_mean) merge method using [voidful/Llama-Breeze2-8B-Instruct-text-only](https://huggingface.co/voidful/Llama-Breeze2-8B-Instruct-text-only) as a base. ### Models Merged The following models were included in the merge: * [TheFinAI/Fino1-8B](https://huggingface.co/TheFinAI/Fino1-8B) * [voidful/Llama-3.1-TAIDE-R1-8B-Chat](https://huggingface.co/voidful/Llama-3.1-TAIDE-R1-8B-Chat) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: voidful/Llama-3.1-TAIDE-R1-8B-Chat - model: TheFinAI/Fino1-8B merge_method: karcher base_model: voidful/Llama-Breeze2-8B-Instruct-text-only parameters: max_iter: 1000 normalize: true int8_mask: true tokenizer_source: base dtype: bfloat16 ```