File size: 1,218 Bytes
b96fb69 1a479d5 b96fb69 1a479d5 b96fb69 |
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 |
---
base_model:
- bluuwhale/L3-SthenoMaidBlackroot-8B-V1
- Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B
tags:
- merge
---
# Llama3-Omphalos-12B
Llama3-Omphalos-12B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
* [bluuwhale/L3-SthenoMaidBlackroot-8B-V1](https://huggingface.co/bluuwhale/L3-SthenoMaidBlackroot-8B-V1)
* [Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B](https://huggingface.co/Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B)
## 🧩 Configuration
```yaml
dtype: bfloat16
merge_method: passthrough
slices:
- sources:
- layer_range: [0, 8]
model: bluuwhale/L3-SthenoMaidBlackroot-8B-V1
- sources:
- layer_range: [4, 12]
model: Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B
- sources:
- layer_range: [9, 16]
model: bluuwhale/L3-SthenoMaidBlackroot-8B-V1
- sources:
- layer_range: [13, 20]
model: Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B
- sources:
- layer_range: [17, 24]
model: bluuwhale/L3-SthenoMaidBlackroot-8B-V1
- sources:
- layer_range: [21, 28]
model: Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B
- sources:
- layer_range: [25, 32]
model: bluuwhale/L3-SthenoMaidBlackroot-8B-V1
``` |