File size: 1,244 Bytes
011019a 7c69ebb 011019a 7c69ebb 011019a 014a70b 011019a 7c69ebb | 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 | ---
base_model:
- Retreatcost/KansenSakura-Radiance-RP-12b
- Vortex5/Lunar-Nexus-12B
- Vortex5/Shadow-Crystal-12B
library_name: transformers
tags:
- mergekit
- merge
- roleplay
---
# Radiant-Shadow-12B
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
📒Notes: I had some issues with chatml instruction template, try Mistral V7 works well.
## Merge Details
### Merge Method
This model was merged using the Passthrough merge method.
### Models Merged
The following models were included in the merge:
* [Retreatcost/KansenSakura-Radiance-RP-12b](https://huggingface.co/Retreatcost/KansenSakura-Radiance-RP-12b)
* [Vortex5/Lunar-Nexus-12B](https://huggingface.co/Vortex5/Lunar-Nexus-12B)
* [Vortex5/Shadow-Crystal-12B](https://huggingface.co/Vortex5/Shadow-Crystal-12B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: Vortex5/Lunar-Nexus-12B
layer_range: [0, 17]
- sources:
- model: Retreatcost/KansenSakura-Radiance-RP-12b
layer_range: [17, 31]
- sources:
- model: Vortex5/Shadow-Crystal-12B
layer_range: [31, 40]
merge_method: passthrough
dtype: bfloat16
tokenizer:
source: union
``` |