|
--- |
|
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/xGpoByi.jpeg) |
|
|
|
# Finch |
|
|
|
## 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) |
|
|
|
```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 |
|
``` |