File size: 1,235 Bytes
b9f7840 |
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 |
---
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
\``` |