File size: 1,525 Bytes
059f112
 
 
 
 
 
 
 
 
a8ac549
059f112
 
 
 
79017f6
059f112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
53
54
55
56
57
58
59
60
---
license: llama3
license_name: llama3
license_link: LICENSE
library_name: transformers
tags:
- not-for-all-audiences
- mergekit
base_model:
- meta-llama/Llama-3.1-8B-Instruct
---

![dps.jpg](https://huggingface.co/crestf411/L3.1-8B-Dark-Planet-Slush/resolve/main/dps.jpg?)

([GGUFs](https://huggingface.co/mradermacher/L3.1-8B-Dark-Planet-Slush-i1-GGUF))

This is based on [v1.1](https://huggingface.co/crestf411/L3.1-8B-Slush-v1.1) and includes a merge with [DavidAU/L3.1-Dark-Planet-SpinFire-Uncensored-8B](https://huggingface.co/DavidAU/L3.1-Dark-Planet-SpinFire-Uncensored-8B).

**Parameter suggestions:**

I did all my testing with temp 1, min-p 0.1, DRY 0.8. I enabled XTC at higher contexts.

## Merge Details
### Merge Method

This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using meta-llama/Llama-3.1-8B as a base.

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: stage1-on-instruct
    parameters:
      weight: 1
      density: 1
  - model: stage2-on-stage1
    parameters:
      weight: 1
      density: 1
  - model: DavidAU/L3.1-Dark-Planet-SpinFire-Uncensored-8B
    parameters:
      weight: 1
      density: 1
  - model: meta-llama/Llama-3.1-8B-Instruct
    parameters:
      weight: 1.3
      density: 1
merge_method: ties
base_model: meta-llama/Llama-3.1-8B
parameters:
  weight: 1
  density: 1
  normalize: true
  int8_mask: true
tokenizer_source: meta-llama/Llama-3.1-8B-Instruct
dtype: bfloat16
```