UNTESTED-9B / README.md
DreadPoor's picture
Upload folder using huggingface_hub
f9b7176 verified
---
base_model:
- zelk12/MT3-Gen4-gemma-2-9B
- gmonsoon/SahabatAI-Lion-9B-TIES-v1
- allknowingroger/Gemmaslerp2-9B
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 [allknowingroger/Gemmaslerp2-9B](https://huggingface.co/allknowingroger/Gemmaslerp2-9B) as a base.
### Models Merged
The following models were included in the merge:
* [zelk12/MT3-Gen4-gemma-2-9B](https://huggingface.co/zelk12/MT3-Gen4-gemma-2-9B)
* [gmonsoon/SahabatAI-Lion-9B-TIES-v1](https://huggingface.co/gmonsoon/SahabatAI-Lion-9B-TIES-v1)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: zelk12/MT3-Gen4-gemma-2-9B
- model: gmonsoon/SahabatAI-Lion-9B-TIES-v1
merge_method: model_stock
base_model: allknowingroger/Gemmaslerp2-9B
normalize: true
filter_wise: true
chat_template: "auto"
int8_mask: true
dtype: float32
```