sandmanbuzz's picture
Update README.md
b0cc528 verified
---
base_model:
- mistralai/Mixtral-8x7B-Instruct-v0.1
tags:
- mergekit
- merge
---
# Air-Striker-Mixtral-8x7B-ZLoss-Instruct
So, bro literally posts nothing but exl2s of this model, and it's like, am I some kind of caveman? What am I gonna do with an exl2? Take a picture of it and send it to my mom? So we re-made it from the ground up using the [lora](https://huggingface.co/LoneStriker/Air-Striker-Mixtral-8x7B-ZLoss-LoRA), since at least dude's got that posted.
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
### Models Merged
The following models were included in the merge:
* [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1)
* [sandmanbuzz/Air-Striker-Mixtral-8x7B-ZLoss](https://huggingface.co/sandmanbuzz/Air-Striker-Mixtral-8x7B-ZLoss)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: mistralai/Mixtral-8x7B-Instruct-v0.1
parameters:
weight: 0.5
- model: sandmanbuzz/Air-Striker-Mixtral-8x7B-ZLoss
parameters:
weight: 0.5
merge_method: linear
dtype: bfloat16
```