Silver_Waves04_2b / README.md
Sumail's picture
Upload folder using huggingface_hub
b4b0e1b verified
---
base_model:
- deepnetguy/gemma-55
- 0x0dad0/nous_nb20_plus
- tomaszki/gemma-31
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 [tomaszki/gemma-31](https://huggingface.co/tomaszki/gemma-31) as a base.
### Models Merged
The following models were included in the merge:
* [deepnetguy/gemma-55](https://huggingface.co/deepnetguy/gemma-55)
* [0x0dad0/nous_nb20_plus](https://huggingface.co/0x0dad0/nous_nb20_plus)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: tomaszki/gemma-31
# no parameters necessary for base model
- model: deepnetguy/gemma-55
parameters:
density: 0.5
weight: 0.4
- model: 0x0dad0/nous_nb20_plus
parameters:
density: 0.5
weight: 0.5
merge_method: ties
base_model: tomaszki/gemma-31
parameters:
normalize: true
dtype: bfloat16
```