--- base_model: - coffiee/s25 - coffiee/s26 - zzttbrdd/sn6_05s 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [coffiee/s25](https://huggingface.co/coffiee/s25) as a base. ### Models Merged The following models were included in the merge: * [coffiee/s26](https://huggingface.co/coffiee/s26) * [zzttbrdd/sn6_05s](https://huggingface.co/zzttbrdd/sn6_05s) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: coffiee/s25 # no parameters necessary for base model - model: coffiee/s26 parameters: density: 0.5 weight: 0.3 - model: zzttbrdd/sn6_05s parameters: density: 0.5 weight: 0.5 merge_method: ties base_model: coffiee/s25 parameters: normalize: true dtype: bfloat16 ```