license: apache-2.0 | |
tags: | |
- merge | |
- mergekit | |
- lazymergekit | |
- Orenguteng/Llama-3.1-8B-Lexi-Uncensored | |
- NousResearch/Hermes-3-Llama-3.1-8B | |
# GoldenLlama-3.1-8B | |
GoldenLlama-3.1-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): | |
* [Orenguteng/Llama-3.1-8B-Lexi-Uncensored](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored) | |
* [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B) | |
## 🧩 Configuration | |
```yaml | |
slices: | |
- sources: | |
- model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored | |
layer_range: [0, 25] | |
- sources: | |
- model: NousResearch/Hermes-3-Llama-3.1-8B | |
layer_range: [25, 32] | |
merge_method: passthrough | |
dtype: bfloat16 | |
``` |