darkc0de's picture
Upload folder using huggingface_hub
378aa35 verified
---
base_model:
- mistralai/Mistral-Small-24B-Base-2501
- TheDrummer/Cydonia-24B-v2
- arcee-ai/Arcee-Blitz
- cognitivecomputations/Dolphin3.0-Mistral-24B
library_name: transformers
tags:
- mergekit
- merge
---
# merge
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [mistralai/Mistral-Small-24B-Base-2501](https://huggingface.co/mistralai/Mistral-Small-24B-Base-2501) as a base.
### Models Merged
The following models were included in the merge:
* [TheDrummer/Cydonia-24B-v2](https://huggingface.co/TheDrummer/Cydonia-24B-v2)
* [arcee-ai/Arcee-Blitz](https://huggingface.co/arcee-ai/Arcee-Blitz)
* [cognitivecomputations/Dolphin3.0-Mistral-24B](https://huggingface.co/cognitivecomputations/Dolphin3.0-Mistral-24B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: cognitivecomputations/Dolphin3.0-Mistral-24B
parameters:
density: 0.5
weight: 0.5
- model: arcee-ai/Arcee-Blitz
parameters:
density: 0.5
weight: 0.5
- model: TheDrummer/Cydonia-24B-v2
parameters:
density: 0.5
weight: 0.5
merge_method: ties
base_model: mistralai/Mistral-Small-24B-Base-2501
parameters:
normalize: false
int8_mask: true
dtype: float16
```