finch-gguf / README.md
antiven0m's picture
Update README.md
c4971b6 verified
---
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
```