File size: 983 Bytes
098bf4d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- aifeifei798/llama3-8B-DarkIdol-2.1-Uncensored-32K
- DevsDoCode/LLama-3-8b-Uncensored
---

# Llama-uncensored-task-arithmatic

Llama-uncensored-task-arithmatic is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [aifeifei798/llama3-8B-DarkIdol-2.1-Uncensored-32K](https://huggingface.co/aifeifei798/llama3-8B-DarkIdol-2.1-Uncensored-32K)
* [DevsDoCode/LLama-3-8b-Uncensored](https://huggingface.co/DevsDoCode/LLama-3-8b-Uncensored)

## 🧩 Configuration

\```yaml
models:
  - model: aifeifei798/llama3-8B-DarkIdol-2.1-Uncensored-32K
    parameters:
      density: [1, 0.7, 0.1] # density gradient
      weight: 1.0
  - model: DevsDoCode/LLama-3-8b-Uncensored
    parameters:
      density: 0.5
      weight: [0, 0.3, 0.7, 1] # weight gradient
merge_method: ties
base_model: Orenguteng/Llama-3-8B-Lexi-Uncensored
parameters:
  normalize: true
  int8_mask: true
dtype: float16
\```