File size: 847 Bytes
0e4ffcd |
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 |
---
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 merge 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
models:
- model: timpal0l/Mistral-7B-v0.1-flashback-v2
# No parameters necessary for base model
- model: RJuro/munin-neuralbeagle-7b
parameters:
density: 0.53
weight: 0.6
merge_method: dare_ties
base_model: timpal0l/Mistral-7B-v0.1-flashback-v2
parameters:
int8_mask: true
dtype: bfloat16
``` |