File size: 1,326 Bytes
79417b7 aa0d8d0 79417b7 aa0d8d0 79417b7 aa0d8d0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
---
base_model:
- shenzhi-wang/Gemma-2-9B-Chinese-Chat
- unsloth/gemma-2-9b-it
- stephenlzc/Gemma-2-9B-Chinese-Chat-Uncensored
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 [unsloth/gemma-2-9b-it](https://huggingface.co/unsloth/gemma-2-9b-it) as a base.
### Models Merged
The following models were included in the merge:
* [shenzhi-wang/Gemma-2-9B-Chinese-Chat](https://huggingface.co/shenzhi-wang/Gemma-2-9B-Chinese-Chat)
* [stephenlzc/Gemma-2-9B-Chinese-Chat-Uncensored](https://huggingface.co/stephenlzc/Gemma-2-9B-Chinese-Chat-Uncensored) (Note that this model's config wasn't correctly setup, so I had to clone it and fix it, but the weights are the same.)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: shenzhi-wang/Gemma-2-9B-Chinese-Chat
parameters:
weight: -1
- model: themex1380/Gemma-2-9B-Chinese-Chat-Uncensored
parameters:
weight: 1
merge_method: ties
base_model: unsloth/gemma-2-9b-it
parameters:
density: 1.0
normalize: False
int8_mask: True
dtype: float16
``` |