File size: 1,643 Bytes
dfdb346 055d0c4 d0db330 055d0c4 d0db330 d78d982 c9bac2e dfdb346 0728b0a 0b134ed d3711b3 0728b0a 055d0c4 d0db330 055d0c4 d0db330 055d0c4 d0db330 055d0c4 d0db330 055d0c4 d0db330 055d0c4 d78d982 |
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 51 52 53 54 55 56 57 58 59 60 61 |
---
base_model:
- flemmingmiguel/MBX-7B-v3
- paulml/NeuralOmniWestBeaglake-7B
- FelixChao/Faraday-7B
- paulml/NeuralOmniBeagleMBX-v3-7B
tags:
- mergekit
- merge
license: apache-2.0
language:
- en
---
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/eDLmpTkM4vuk8HiQcUzWv.png)
# To see what will happen.
[Join our Discord!](https://discord.gg/awyCNx3nnw)
[GGUF FILES HERE](https://huggingface.co./Kquant03/Samlagast-7B-GGUF)
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
### Merge Method
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [paulml/NeuralOmniBeagleMBX-v3-7B](https://huggingface.co./paulml/NeuralOmniBeagleMBX-v3-7B) as a base.
### Models Merged
The following models were included in the merge:
* [flemmingmiguel/MBX-7B-v3](https://huggingface.co./flemmingmiguel/MBX-7B-v3)
* [paulml/NeuralOmniWestBeaglake-7B](https://huggingface.co./paulml/NeuralOmniWestBeaglake-7B)
* [FelixChao/Faraday-7B](https://huggingface.co./FelixChao/Faraday-7B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: paulml/NeuralOmniWestBeaglake-7B
parameters:
weight: 1
- model: FelixChao/Faraday-7B
parameters:
weight: 1
- model: flemmingmiguel/MBX-7B-v3
parameters:
weight: 1
- model: paulml/NeuralOmniBeagleMBX-v3-7B
parameters:
weight: 1
merge_method: task_arithmetic
base_model: paulml/NeuralOmniBeagleMBX-v3-7B
parameters:
normalize: true
int8_mask: true
dtype: float16
``` |