license: apache-2.0 | |
tags: | |
- merge | |
- mergekit | |
- lazymergekit | |
- Orenguteng/Llama-3-8B-Lexi-Uncensored | |
- aifeifei798/llama3-8B-DarkIdol-2.3-Uncensored-32K | |
- tohur/natsumura-llama3.1-base-8b | |
# Llama-3.1-Uncensored-Test | |
Llama-3.1-Uncensored-Test is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): | |
* [Orenguteng/Llama-3-8B-Lexi-Uncensored](https://huggingface.co/Orenguteng/Llama-3-8B-Lexi-Uncensored) | |
* [aifeifei798/llama3-8B-DarkIdol-2.3-Uncensored-32K](https://huggingface.co/aifeifei798/llama3-8B-DarkIdol-2.3-Uncensored-32K) | |
* [tohur/natsumura-llama3.1-base-8b](https://huggingface.co/tohur/natsumura-llama3.1-base-8b) | |
## 🧩 Configuration | |
\```yaml | |
models: | |
- model: aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.0-Uncensored | |
- model: Orenguteng/Llama-3-8B-Lexi-Uncensored | |
parameters: | |
density: 0.53 | |
weight: 0.4 | |
- model: aifeifei798/llama3-8B-DarkIdol-2.3-Uncensored-32K | |
parameters: | |
density: 0.53 | |
weight: 0.3 | |
- model: tohur/natsumura-llama3.1-base-8b | |
parameters: | |
density: 0.53 | |
weight: 0.3 | |
merge_method: dare_ties | |
base_model: aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.0-Uncensored | |
parameters: | |
int8_mask: true | |
dtype: bfloat16 | |
\``` |