File size: 721 Bytes
1e5674a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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

```