DreadPoor's picture
Upload folder using huggingface_hub
f0925b0 verified
|
raw
history blame
1.47 kB
---
base_model:
- nbeerbower/Gemma2-Gutenberg-Doppel-9B
- tannedbum/Ellaria-9B
- TheDrummer/Tiger-Gemma-9B-v3
- inflatebot/G2-9B-Blackout-R1
- Delta-Vector/Odin-9B
- sam-paech/Delirium-v1
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [nbeerbower/Gemma2-Gutenberg-Doppel-9B](https://huggingface.co/nbeerbower/Gemma2-Gutenberg-Doppel-9B) as a base.
### Models Merged
The following models were included in the merge:
* [tannedbum/Ellaria-9B](https://huggingface.co/tannedbum/Ellaria-9B)
* [TheDrummer/Tiger-Gemma-9B-v3](https://huggingface.co/TheDrummer/Tiger-Gemma-9B-v3)
* [inflatebot/G2-9B-Blackout-R1](https://huggingface.co/inflatebot/G2-9B-Blackout-R1)
* [Delta-Vector/Odin-9B](https://huggingface.co/Delta-Vector/Odin-9B)
* [sam-paech/Delirium-v1](https://huggingface.co/sam-paech/Delirium-v1)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: tannedbum/Ellaria-9B
- model: sam-paech/Delirium-v1
- model: inflatebot/G2-9B-Blackout-R1
- model: Delta-Vector/Odin-9B
- model: TheDrummer/Tiger-Gemma-9B-v3
merge_method: model_stock
base_model: nbeerbower/Gemma2-Gutenberg-Doppel-9B
normalize: false
int8_mask: true
dtype: bfloat16
```