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