| base_model: | |
| - Sumail/Axe04_2b | |
| - zzttbrdd/sn6_01_new | |
| - tomaszki/gemma-34 | |
| - heyllm234/sn6_models | |
| 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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [Sumail/Axe04_2b](https://huggingface.co/Sumail/Axe04_2b) as a base. | |
| ### Models Merged | |
| The following models were included in the merge: | |
| * [zzttbrdd/sn6_01_new](https://huggingface.co/zzttbrdd/sn6_01_new) | |
| * [tomaszki/gemma-34](https://huggingface.co/tomaszki/gemma-34) | |
| * [heyllm234/sn6_models](https://huggingface.co/heyllm234/sn6_models) | |
| ### Configuration | |
| The following YAML configuration was used to produce this model: | |
| ```yaml | |
| models: | |
| - model: Sumail/Axe04_2b | |
| # No parameters necessary for base model | |
| - model: zzttbrdd/sn6_01_new | |
| parameters: | |
| density: 0.53 | |
| weight: 0.4 | |
| - model: tomaszki/gemma-34 | |
| parameters: | |
| density: 0.53 | |
| weight: 0.3 | |
| - model: heyllm234/sn6_models | |
| parameters: | |
| density: 0.53 | |
| weight: 0.3 | |
| merge_method: dare_ties | |
| base_model: Sumail/Axe04_2b | |
| parameters: | |
| int8_mask: true | |
| dtype: bfloat16 | |
| ``` | |