File size: 1,372 Bytes
c15e6a8
 
 
 
 
 
 
 
b740c4e
 
 
c15e6a8
ee50ae1
 
 
b292d08
c15e6a8
b292d08
 
 
c15e6a8
b292d08
 
c15e6a8
 
b292d08
c15e6a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b292d08
 
 
 
 
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
base_model:
- cognitivecomputations/dolphin-2.9.1-qwen-110b
- Qwen/Qwen1.5-110B-Chat
library_name: transformers
tags:
- mergekit
- merge
license: apache-2.0
language:
- en
---

![](https://raw.githubusercontent.com/saucam/models/main/aqua-qwen.png)

## aqua-qwen-0.1-110B

This model was created by merging 2 models using the linear [DARE](https://arxiv.org/abs/2311.03099) merge method 
using [mergekit](https://github.com/arcee-ai/mergekit).
The following models were included in the merge:

- [cognitivecomputations/dolphin-2.9.1-qwen-110b](https://huggingface.co/cognitivecomputations/dolphin-2.9.1-qwen-110b) as a base.
- [Qwen/Qwen1.5-110B-Chat](https://huggingface.co/Qwen/Qwen1.5-110B-Chat)


## Configuration

The following YAML configuration was used to produce this model:

```yaml
name: aqua-qwen-0.1-110B
base_model:
  model:
   path: cognitivecomputations/dolphin-2.9.1-qwen-110b
dtype: bfloat16
merge_method: dare_linear
parameters:
  normalize: 1.0
slices:
  - sources:
    - model: cognitivecomputations/dolphin-2.9.1-qwen-110b
      layer_range: [0, 80]
      parameters:
        weight: 0.6
    - model: Qwen/Qwen1.5-110B-Chat
      layer_range: [0, 80]
      parameters:
        weight: 0.4
```

## Usage

It is recommended to use GGUF version of the model [available here](https://huggingface.co/saucam/aqua-qwen-0.1-110B-GGUF/blob/main/README.md)