File size: 1,025 Bytes
0bf29b7 b9589ff 7a25a48 0bf29b7 a0b397f 0bf29b7 76e777e 4b704d7 |
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 |
---
language:
- sv
- da
- 'no'
- is
- en
license: apache-2.0
tags:
- merge
base_model:
- timpal0l/Mistral-7B-v0.1-flashback-v2
- RJuro/munin-neuralbeagle-7b-GGUF
pipeline_tag: text-generation
---
![](https://huggingface.co/timpal0l/flashbeagle-7b/resolve/main/model_img.png?download=true)
This model is a [Slerp Merge](https://github.com/cg123/mergekit/blob/main/mergekit/merge_methods/slerp.py) of [timpal0l/Mistral-7B-v0.1-flashback-v2/](https://huggingface.co/timpal0l/Mistral-7B-v0.1-flashback-v2) and [RJuro/munin-neuralbeagle-7b](https://huggingface.co/RJuro/munin-neuralbeagle-7b).
## config.yaml
```yaml
slices:
- sources:
- model: timpal0l/Mistral-7B-v0.1-flashback-v2
layer_range: [0, 32]
- model: RJuro/munin-neuralbeagle-7b
layer_range: [0, 32]
merge_method: slerp
base_model: timpal0l/Mistral-7B-v0.1-flashback-v2
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: bfloat16
``` |