File size: 904 Bytes
d40745e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
---
license: apache-2.0
tags:
- merge
- mergekit
---

# StarFuse-7B-DARE

StarFuse-7B-DARE is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [FuseAI/FuseChat-7B-VaRM](https://huggingface.co/FuseAI/FuseChat-7B-VaRM)
* [Nexusflow/Starling-LM-7B-beta](https://huggingface.co/Nexusflow/Starling-LM-7B-beta)
* [Weyaxi/Newton-7B](https://huggingface.co/Weyaxi/Newton-7B)

## 🧩 Configuration

```yaml
models:
  - model: openchat/openchat-3.5-0106
    # No parameters necessary for base model
  - model: FuseAI/FuseChat-7B-VaRM
    parameters:
      density: 0.5
      weight: 0.5
  - model: Nexusflow/Starling-LM-7B-beta
    parameters:
      density: 0.5
      weight: 0.5
  - model: Weyaxi/Newton-7B
    parameters:
      density: 0.5
      weight: 0.5

merge_method: dare_ties
base_model: openchat/openchat-3.5-0106
parameters:
  int8_mask: true
dtype: bfloat16
```