File size: 1,199 Bytes
48393f6
 
 
 
 
 
 
d95bc83
48393f6
d95bc83
48393f6
1fea398
48393f6
 
 
 
1fea398
48393f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- senseable/WestLake-7B-v2
- NousResearch/Yarn-Mistral-7b-128k
tags:
- mergekit
- merge
License: apache-2.0
---
# Merged

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit), but using my experimental branch [swapping](https://github.com/Ar57m/mergekit/tree/swapping) 

## Merge Details
### Merge Method

This model was merged using the task_swapping merge method not sure if I did it right and how the model was impacted, using [NousResearch/Yarn-Mistral-7b-128k](https://huggingface.co/NousResearch/Yarn-Mistral-7b-128k) as a base.

### Models Merged

The following models were included in the merge:
* [senseable/WestLake-7B-v2](https://huggingface.co/senseable/WestLake-7B-v2)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
base_model:
  model:
    path: NousResearch/Yarn-Mistral-7b-128k
dtype: bfloat16
merge_method: task_swapping
slices:
- sources:
  - layer_range: [0, 32]
    model:
      model:
        path: senseable/WestLake-7B-v2
    parameters:
      weight: 0.666
  - layer_range: [0, 32]
    model:
      model:
        path: NousResearch/Yarn-Mistral-7b-128k
```