Gemma2Slerp1-2.6B / README.md
allknowingroger's picture
Upload folder using huggingface_hub
2d0e85a verified
---
base_model:
- Lil-R/2_PRYMMAL-ECE-2B-SLERP-V2
- zake7749/gemma-2-2b-it-chinese-kyara-dpo
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 SLERP merge method.
### Models Merged
The following models were included in the merge:
* [Lil-R/2_PRYMMAL-ECE-2B-SLERP-V2](https://huggingface.co/Lil-R/2_PRYMMAL-ECE-2B-SLERP-V2)
* [zake7749/gemma-2-2b-it-chinese-kyara-dpo](https://huggingface.co/zake7749/gemma-2-2b-it-chinese-kyara-dpo)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Lil-R/2_PRYMMAL-ECE-2B-SLERP-V2
- model: zake7749/gemma-2-2b-it-chinese-kyara-dpo
merge_method: slerp
base_model: Lil-R/2_PRYMMAL-ECE-2B-SLERP-V2
dtype: bfloat16
parameters:
t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Hermes for input & output, WizardMath in the middle layers
```