File size: 743 Bytes
c337c7c
 
 
 
 
 
d015c30
c337c7c
 
 
 
 
 
d015c30
c337c7c
 
 
 
 
 
d015c30
c337c7c
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- lazymergekit
- unsloth/gemma-2b-bnb-4bit
- google/gemma-2b-it
---

# Gemma-2b-ties

Gemma-2b-ties is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [unsloth/gemma-2b-bnb-4bit](https://huggingface.co./unsloth/gemma-2b-bnb-4bit)
* [google/gemma-2b-it](https://huggingface.co./google/gemma-2b-it)

## 🧩 Configuration

\```yaml
models:
  - model: unsloth/gemma-2b-bnb-4bit
    parameters:
      density: 0.5
      weight: 0.5
  - model: google/gemma-2b-it
    parameters:
      density: 0.5
      weight: 0.5 # weight gradient
merge_method: ties
base_model: unsloth/gemma-2b-it-bnb-4bit
parameters:
  normalize: true
  int8_mask: true
dtype: bfloat16
\```