base_model: | |
- TheDrummer/Moistral-11B-v1 | |
- Sao10K/Fimbulvetr-11B-v2 | |
library_name: transformers | |
tags: | |
- mergekit | |
- merge | |
# test | |
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 [Sao10K/Fimbulvetr-11B-v2](https://huggingface.co/Sao10K/Fimbulvetr-11B-v2) as a base. | |
### Models Merged | |
The following models were included in the merge: | |
* [TheDrummer/Moistral-11B-v1](https://huggingface.co/TheDrummer/Moistral-11B-v1) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
models: | |
- model: TheDrummer/Moistral-11B-v1 | |
parameters: | |
density: 0.5 | |
weight: 0.95 | |
- model: Sao10K/Fimbulvetr-11B-v2 | |
parameters: | |
density: 0.5 | |
weight: 0.05 | |
merge_method: ties | |
base_model: Sao10K/Fimbulvetr-11B-v2 | |
parameters: | |
normalize: true | |
dtype: float16 | |
``` | |