File size: 894 Bytes
6a4ece9
 
 
 
 
 
 
 
 
 
a143178
 
729d65c
 
b25a48b
6a4ece9
 
 
 
 
 
 
 
 
 
 
 
a143178
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
---

# Starling-dolphin-E26-7B

Starling-dolphin-E26-7B is an experimental language model I built by merging several other powerful models. The idea is that it could potentially handle a wide range of tasks, including following instructions and creative writing. It's still under development, but I'm excited to see what it can do!

Merging Method: https://arxiv.org/abs/2403.19522

GGUF: https://huggingface.co/bunnycore/Starling-dolphin-E26-7B-Q5_K_M-GGUF

## 🧩 Configuration

```yaml
models:
  - model: yam-peleg/Experiment26-7B
  - model: Nexusflow/Starling-LM-7B-beta
  - model: FuseAI/FuseChat-7B-VaRM
merge_method: model_stock
base_model: cognitivecomputations/dolphin-2.2.1-mistral-7b
dtype: bfloat16

```

Starling-dolphin-E26-7B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):