File size: 1,518 Bytes
08b2b1c 18d6c12 08b2b1c 18d6c12 4ef460c 18d6c12 5d04e16 08b2b1c 18d6c12 08b2b1c 4394fbd 08b2b1c 946250b 08b2b1c 18d6c12 |
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
base_model:
- mistralai/Mistral-7B-Instruct-v0.2
- Nexusflow/Starling-LM-7B-beta
library_name: transformers
tags:
- mergekit
- merge
- not-for-all-audiences
---
![](maid.jpeg)
# Mistralv0.2-StarlingLM-FrankenMaid-10.5B
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
See Below
### Merge Method
This model was merged using the passthrough merge method and also dare_ties method.
### Models Merged
The following models were included in the merge:
* [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
* [Nexusflow/Starling-LM-7B-beta](https://huggingface.co/Nexusflow/Starling-LM-7B-beta)
* fM-v2
### Configuration
Works well with Alpaca Instruct Template
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: "fM-v2"
layer_range: [0, 16]
- sources:
- model: "Nexusflow/Starling-LM-7B-beta"
layer_range: [8, 24]
- sources:
- model: "mistralai/Mistral-7B-Instruct-v0.2"
layer_range: [17, 32]
merge_method: passthrough
dtype: float16
name: fM-v2
```
```yaml
models:
- model: mistralai/Mistral-7B-Instruct-v0.2
- model: Franken-Maid
parameters:
weight: 0.25
density: 1.0
- model: Franken-Maid
parameters:
weight: 0.30
density: 1.0
merge_method: dare_ties
base_model: mistralai/Mistral-7B-Instruct-v0.2
parameters:
int8_mask: true
dtype: bfloat16
name: fM-v2
``` |