base_model: | |
- grimjim/magnum-consolidatum-v1-12b | |
- Epiculous/Violet_Twilight-v0.2 | |
library_name: transformers | |
ipeline_tag: text-generation | |
tags: | |
- mergekit | |
- merge | |
license: apache-2.0 | |
# magnum-twilight-12b | |
This repo contains a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). | |
The model prefers ChatML formatted prompts. The addition of Violet Twilight at low weight tempers the Magnum Consolidatum tendency toward lengthy generated responses. | |
## Merge Details | |
### Merge Method | |
This model was merged using the SLERP merge method. | |
### Models Merged | |
The following models were included in the merge: | |
* [grimjim/magnum-consolidatum-v1-12b](https://huggingface.co/grimjim/magnum-consolidatum-v1-12b) | |
* [Epiculous/Violet_Twilight-v0.2](https://huggingface.co/Epiculous/Violet_Twilight-v0.2) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
models: | |
- model: grimjim/magnum-consolidatum-v1-12b | |
- model: Epiculous/Violet_Twilight-v0.2 | |
merge_method: slerp | |
base_model: grimjim/magnum-consolidatum-v1-12b | |
parameters: | |
t: | |
- value: 0.1 | |
dtype: bfloat16 | |
``` | |