File size: 1,022 Bytes
cca8dcd |
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
- amazingvince/Not-WizardLM-2-7B
- mlabonne/NeuralBeagle14-7B
---
# Wiz2Beagle-7b-v1
Hey there! π Welcome to the Wiz2Beagle-7b-v1! 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:
* [amazingvince/Not-WizardLM-2-7B](https://huggingface.co/amazingvince/Not-WizardLM-2-7B) π
* [mlabonne/NeuralBeagle14-7B](https://huggingface.co/mlabonne/NeuralBeagle14-7B) π
## 𧩠Configuration
```yaml
models:
- model: amazingvince/Not-WizardLM-2-7B
parameters:
density: [1, 0.7, 0.1] # density gradient
weight: 1.0
- model: mlabonne/NeuralBeagle14-7B
parameters:
density: 0.5
weight: [0, 0.3, 0.7, 1] # weight gradient
merge_method: ties
base_model: amazingvince/Not-WizardLM-2-7B
parameters:
normalize: true
int8_mask: true
dtype: float16
|