Malikeh1375's picture
Upload folder using huggingface_hub
1e5674a verified
|
raw
history blame contribute delete
No virus
721 Bytes
---
license: apache-2.0
tags:
- merge
- mergekit
- google/gemma-7b-it
- mlabonne/Gemmalpaca-7B
---
# gemma-7b-alpaca-it-ties
gemma-7b-alpaca-it-ties is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [google/gemma-7b-it](https://huggingface.co/google/gemma-7b-it)
* [mlabonne/Gemmalpaca-7B](https://huggingface.co/mlabonne/Gemmalpaca-7B)
## 🧩 Configuration
```yaml
models:
- model: google/gemma-7b-it
parameters:
density: 0.5
weight: 0.5
- model: mlabonne/Gemmalpaca-7B
parameters:
density: 0.5
weight: 0.5 # weight gradient
merge_method: ties
base_model: google/gemma-7b
parameters:
normalize: true
int8_mask: true
dtype: float16
```