File size: 2,836 Bytes
1dbbf8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0a7652d
1dbbf8f
 
 
 
 
 
 
 
fad826d
 
f261275
fad826d
 
 
 
 
 
 
 
 
 
 
 
1dbbf8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
70
71
72
---
base_model:
- LatitudeGames/Wayfarer-Large-70B-Llama-3.3
- KaraKaraWitch/Llama-MiraiFanfare-3.3-70B
- Black-Ink-Guild/Pernicious_Prophecy_70B
- TheDrummer/Fallen-Llama-3.3-R1-70B-v1
- huihui-ai/DeepSeek-R1-Distill-Llama-70B-abliterated
- SicariusSicariiStuff/Negative_LLAMA_70B
- KaraKaraWitch/Llama-3.X-Workout-70B
library_name: transformers
tags:
- mergekit
- merge

---

<div style="text-align:center;"><a href="https://www.youtube.com/watch?v=4PQ8tOQaDeE"><img style="margin:auto; max-width:100%;" src="https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/FGK0qBGmELj6DEUxbbrdR.png"></a></div>

2.5 is a slight modification of MagicalGirl-2 to include R1 to try and make it feel less dumb and more smart.

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

## Merge Details
### Merge Method

This model was merged using the [SCE](https://arxiv.org/abs/2408.07990) merge method using [KaraKaraWitch/Llama-3.X-Workout-70B](https://huggingface.co/KaraKaraWitch/Llama-3.X-Workout-70B) as a base.

## UGI-Results

Hrrmm. As of 07/03/25, it scored pretty low. No good...:

| Bench         | Results            |
|---------------|--------------------|
| UGI-Score     | 38.83 / 100        |
| Unruly        | 4.6 / 10           |
| Internet      | 4.4 / 10           |
| Society       | 4.6 / 10           |
| Willing       | 3 / 10             |
| NatInt        | 31.85 / 100        |
| Coding        | 24                 |
| Politial Lean | −8.7% (Liberalism) |

### Models Merged

The following models were included in the merge:
* [LatitudeGames/Wayfarer-Large-70B-Llama-3.3](https://huggingface.co/LatitudeGames/Wayfarer-Large-70B-Llama-3.3)
* [KaraKaraWitch/Llama-MiraiFanfare-3.3-70B](https://huggingface.co/KaraKaraWitch/Llama-MiraiFanfare-3.3-70B)
* [Black-Ink-Guild/Pernicious_Prophecy_70B](https://huggingface.co/Black-Ink-Guild/Pernicious_Prophecy_70B)
* [TheDrummer/Fallen-Llama-3.3-R1-70B-v1](https://huggingface.co/TheDrummer/Fallen-Llama-3.3-R1-70B-v1)
* [huihui-ai/DeepSeek-R1-Distill-Llama-70B-abliterated](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Llama-70B-abliterated)
* [SicariusSicariiStuff/Negative_LLAMA_70B](https://huggingface.co/SicariusSicariiStuff/Negative_LLAMA_70B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: huihui-ai/DeepSeek-R1-Distill-Llama-70B-abliterated
  - model: SicariusSicariiStuff/Negative_LLAMA_70B
  - model: TheDrummer/Fallen-Llama-3.3-R1-70B-v1
  - model: KaraKaraWitch/Llama-MiraiFanfare-3.3-70B
  - model: Black-Ink-Guild/Pernicious_Prophecy_70B
  - model: LatitudeGames/Wayfarer-Large-70B-Llama-3.3

merge_method: sce
base_model: KaraKaraWitch/Llama-3.X-Workout-70B
parameters:
  select_topk: 1.0
dtype: bfloat16
```