File size: 1,896 Bytes
0d0584d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- maldv/badger-writer-llama-3-8b
- vicgalle/Configurable-Hermes-2-Pro-Llama-3-8B
- Orenguteng/Llama-3-8B-Lexi-Uncensored
- abacusai/Llama-3-Smaug-8B
---

# ZeroXClem/Llama-3-Aetheric-Hermes-Lexi-Smaug-8B

ZeroXClem/Llama-3-Aetheric-Hermes-Lexi-Smaug-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [maldv/badger-writer-llama-3-8b](https://huggingface.co/maldv/badger-writer-llama-3-8b)
* [vicgalle/Configurable-Hermes-2-Pro-Llama-3-8B](https://huggingface.co/vicgalle/Configurable-Hermes-2-Pro-Llama-3-8B)
* [Orenguteng/Llama-3-8B-Lexi-Uncensored](https://huggingface.co/Orenguteng/Llama-3-8B-Lexi-Uncensored)
* [abacusai/Llama-3-Smaug-8B](https://huggingface.co/abacusai/Llama-3-Smaug-8B)

## 🧩 Configuration

```yaml
models:
  - model: maldv/badger-writer-llama-3-8b
    parameters:
      density: 0.45   # Enhancing creative writing and descriptive capability
      weight: 0.3     # Balanced contribution to maintain vivid storytelling

  - model: vicgalle/Configurable-Hermes-2-Pro-Llama-3-8B
    parameters:
      density: 0.6    # Prioritizing adaptability and configurable safety in responses
      weight: 0.3     # Adding robustness in regulated and safe prompt response

  - model: Orenguteng/Llama-3-8B-Lexi-Uncensored
    parameters:
      density: 0.5    # Focusing on uncensored conversational flow for flexibility
      weight: 0.2     # Moderate influence to ensure versatility without overpowering

  - model: abacusai/Llama-3-Smaug-8B
    parameters:
      density: 0.55   # Emphasizing conversational and multi-turn engagement strengths
      weight: 0.2     # Supporting structured dialogue and complex interaction handling

merge_method: ties
base_model: Orenguteng/Llama-3-8B-Lexi-Uncensored
dtype: bfloat16
parameters:
  normalize: true
out_dtype: float16

```