File size: 1,245 Bytes
3172808
2ef3a20
 
 
 
 
 
3172808
2ef3a20
 
 
3172808
2ef3a20
c4971b6
2ef3a20
2a8445e
2ef3a20
2a8445e
2ef3a20
 
 
 
2a8445e
 
 
 
 
 
 
 
 
 
2ef3a20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- SanjiWatsuki/Kunoichi-DPO-v2-7B
- macadeliccc/WestLake-7B-v2-laser-truthy-dpo
tags:
- mergekit
- merge
license: cc-by-nc-4.0
language:
- en
library_name: transformers
---

![Finch](https://i.imgur.com/Da14544.gif)

# **Finch 7b Merge**
## A SLERP merge of my two current fav 7B models

[macadeliccc/WestLake-7B-v2-laser-truthy-dpo](https://huggingface.co/macadeliccc/WestLake-7B-v2-laser-truthy-dpo) & [SanjiWatsuki/Kunoichi-DPO-v2-7B](https://huggingface.co/SanjiWatsuki/Kunoichi-DPO-v2-7B)

A set of GGUF quants of [Finch](https://huggingface.co/antiven0m/finch)

- [6bpw EXL2 Quant](https://huggingface.co/antiven0m/finch-6bpw-exl2)

## Settings
I reccomend using the **ChatML** format. As for samplers, I reccomend the following:
```yml
Temperature: 1.2
Min P: 0.2
Smoothing Factor: 0.2
```
## Mergekit Config
```yaml
base_model: macadeliccc/WestLake-7B-v2-laser-truthy-dpo
dtype: float16
merge_method: slerp
parameters:
  t:
  - filter: self_attn
    value: [0.0, 0.5, 0.3, 0.7, 1.0]
  - filter: mlp
    value: [1.0, 0.5, 0.7, 0.3, 0.0]
  - value: 0.5
slices:
- sources:
  - layer_range: [0, 32]
    model: macadeliccc/WestLake-7B-v2-laser-truthy-dpo
  - layer_range: [0, 32]
    model: SanjiWatsuki/Kunoichi-DPO-v2-7B
```