Codename-Omega-Test / README.md
FallenMerick's picture
Upload folder using huggingface_hub
f66136c verified
---
base_model:
- NeverSleep/X-NoroChronos-13B
- Undi95/MLewdBoros-L2-13B
- Undi95/MythoMax-L2-Kimiko-v2-13b
library_name: transformers
tags:
- mergekit
- merge
---
# Codename-Omega-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 passthrough merge method.
### Models Merged
The following models were included in the merge:
* [NeverSleep/X-NoroChronos-13B](https://huggingface.co/NeverSleep/X-NoroChronos-13B)
* [Undi95/MLewdBoros-L2-13B](https://huggingface.co/Undi95/MLewdBoros-L2-13B)
* [Undi95/MythoMax-L2-Kimiko-v2-13b](https://huggingface.co/Undi95/MythoMax-L2-Kimiko-v2-13b)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: NeverSleep/X-NoroChronos-13B
layer_range: [0, 8]
- sources:
- model: Undi95/MLewdBoros-L2-13B
layer_range: [8, 16]
- sources:
- model: NeverSleep/X-NoroChronos-13B
layer_range: [16, 24]
- sources:
- model: Undi95/MLewdBoros-L2-13B
layer_range: [24, 32]
- sources:
- model: Undi95/MythoMax-L2-Kimiko-v2-13b
layer_range: [32, 40]
merge_method: passthrough
dtype: float16
```