File size: 573 Bytes
f29bbd2 4b2cc2f f29bbd2 4b2cc2f f29bbd2 |
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 |
---
license: apache-2.0
tags:
- merge
base_model:
- meta-math/MetaMath-Mistral-7B
- Weyaxi/OpenHermes-2.5-neural-chat-7b-v3-1-7B
---
# MetaMath-OpenHermes-2.5-neural-chat-7b-v3-1-7B-Linear
This is the model for MetaMath-OpenHermes-2.5-neural-chat-7b-v3-1-7B-Linear. I used [mergekit](https://github.com/cg123/mergekit) to merge models.
# Yaml Config
```yaml
models:
- model: meta-math/MetaMath-Mistral-7B
parameters:
weight: 0.5
- model: Weyaxi/OpenHermes-2.5-neural-chat-7b-v3-1-7B
parameters:
weight: 0.3
merge_method: linear
dtype: float16
``` |