--- 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 models: - model: BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference - model: rtzr/ko-gemma-2-9b-it parameters: density: 0.5 weight: 1 merge_method: dare_ties parameters: int8_mask: true chat_template: auto dtype: bfloat16 ```