gemma-2-inko-9b / README.md
AELLM's picture
Update README.md
5d64bef verified
|
raw
history blame
1.2 kB
---
base_model:
- BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference
- rtzr/ko-gemma-2-9b-it
library_name: transformers
tags:
- mergekit
- merge
language:
- ko
- en
---
# Gemma 2 Inko 9B
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
### 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 [BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference](https://huggingface.co/BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference) as a base.
### Models Merged
The following models were included in the merge:
* [BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference](https://huggingface.co/BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference)
* [rtzr/ko-gemma-2-9b-it](https://huggingface.co/rtzr/ko-gemma-2-9b-it)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference
chat_template: auto
dtype: bfloat16
merge_method: dare_ties
models:
- model: BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference
- model: rtzr/ko-gemma-2-9b-it
parameters:
density: 0.5
weight: 1
parameters:
int8_mask: true
```