File size: 717 Bytes
b089a68
 
 
 
 
 
 
7d23a2f
b089a68
 
7d23a2f
b089a68
7d23a2f
b089a68
7d23a2f
b089a68
 
 
d9c5254
 
 
 
 
 
 
 
 
 
7d23a2f
d9c5254
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- google/gemma-7b
- EleutherAI/gpt-neo-2.7B
---

# gemma_gpt

gemma_gpt is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [google/gemma-7b](https://huggingface.co/google/gemma-7b)
* [EleutherAI/gpt-neo-2.7B](https://huggingface.co/EleutherAI/gpt-neo-2.7B)

## 🧩 Configuration

```json{
    "models": [
      {
        "model": "google/gemma-7b",
        "parameters": {
          "param1": "value1",
          "param2": "value2"
        }
      },
      {
        "model": "EleutherAI/gpt-neo-2.7B",
        "parameters": {
          "param1": "value1",
          "param2": "value2"
        }
      }
    ]
  }