File size: 971 Bytes
01af35d |
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 |
---
license: apache-2.0
tags:
- merge
- mergekit
- vortexmergekit
- Kukedlc/NeuralSirKrishna-7b
- WizardLM/WizardMath-7B-V1.1
---
# NeuralKrishnaMathWizard-7B
Hey there! π Welcome to the NeuralKrishnaMathWizard-7B! This is a merge of multiple models brought together using the awesome [VortexMerge kit](https://colab.research.google.com/drive/1YjcvCLuNG1PK7Le6_4xhVU5VpzTwvGhk#scrollTo=UG5H2TK4gVyl).
Let's see what we've got in this merge:
* [Kukedlc/NeuralSirKrishna-7b](https://huggingface.co/Kukedlc/NeuralSirKrishna-7b) π
* [WizardLM/WizardMath-7B-V1.1](https://huggingface.co/WizardLM/WizardMath-7B-V1.1) π
## 𧩠Configuration
```yaml
models:
- model: Kukedlc/NeuralSirKrishna-7b
parameters:
density: 0.9
weight: 0.5
- model: WizardLM/WizardMath-7B-V1.1
parameters:
density: 0.5
weight: 0.5
merge_method: ties
base_model: Kukedlc/NeuralSirKrishna-7b
parameters:
normalize: true
int8_mask: true
dtype: float16
|