File size: 1,992 Bytes
dde8e72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
61
62
63
64
65
66
67
68
69
---
license: llama3.3
base_model:
- deepseek-ai/DeepSeek-R1-Distill-Llama-70B
library_name: transformers
tags:
- not-for-all-audiences
- nsfw
- mergekit
- merge

---
# L3.3-70B-Lycosa-v0.2

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).

## Merge Details

changes from v0.1:
<br>\- Dropped llama-3.3-70b-instruct as a pivot to further reduce positive bias. No noticeable impact on reasoning.
<br>\- Added DeepSeek-R1-Distill-Llama-70B as a target model for improved reasoning.

An RP merge with a focus on:
<br>\- model intelligence
<br>\- removing positive bias
<br>\- creativity

This model was merged using the sce merge method using deepseek-ai/DeepSeek-R1-Distill-Llama-70B as a base.
<br>\
The included DeepSeek-R1-Distill-Llama-70B chat template is recommended.
```txt
<|begin▁of▁sentence|>system prompt here<|User|>user 1st message here<|Assistant|>assistant 1st response here<|end▁of▁sentence|><|User|>user 2nd message here<|Assistant|>

```

The llama3 chat template is no longer recommended due to the increased Deepseek-R1 influence in this v0.2 merge.

<img src="https://huggingface.co/divinetaco/L3.3-70B-Lycosa-v0.1/resolve/main/lycosa.png">

### Models Merged

The following models were included in the merge:
* deepseek-ai/DeepSeek-R1-Distill-Llama-70B
* Sao10K/70B-L3.3-Cirrus-x1
* TheDrummer/Nautilus-70B-v0.1
* Doctor-Shotgun/L3.3-70B-Magnum-v4-SE
* SicariusSicariiStuff/Negative_LLAMA_70B

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  # Pivot model
  - model: SicariusSicariiStuff/Negative_LLAMA_70B
  # Target models
  - model: Sao10K/70B-L3.3-Cirrus-x1
  - model: TheDrummer/Nautilus-70B-v0.1
  - model: Doctor-Shotgun/L3.3-70B-Magnum-v4-SE
  - model: deepseek-ai/DeepSeek-R1-Distill-Llama-70B
merge_method: sce
base_model: deepseek-ai/DeepSeek-R1-Distill-Llama-70B
parameters:
  select_topk: 1.0
dtype: bfloat16

```