File size: 2,238 Bytes
83bfb38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- Mawdistical/Wanton-Wolf-70B
- TheSkullery/Unnamed-Exp-70b-v0.7.A
- Mawdistical/Squelching-Fantasies-70B
- Mawdistical/Feral-Allura-70B
- Mawdistical/Vulpine-Seduction-70B
- Mawdistical/Lured-Lapine-70B
- Mawdistical/Draconic-Tease-70B
- Mawdistical/Predatorial-Extasy-70B
- Mawdistical/Incandescent-Malevolence-70B
library_name: transformers
tags:
- mergekit
- merge

---
# MERGE1

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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [TheSkullery/Unnamed-Exp-70b-v0.7.A](https://huggingface.co/TheSkullery/Unnamed-Exp-70b-v0.7.A) as a base.

### Models Merged

The following models were included in the merge:
* [Mawdistical/Wanton-Wolf-70B](https://huggingface.co/Mawdistical/Wanton-Wolf-70B)
* [Mawdistical/Squelching-Fantasies-70B](https://huggingface.co/Mawdistical/Squelching-Fantasies-70B)
* [Mawdistical/Feral-Allura-70B](https://huggingface.co/Mawdistical/Feral-Allura-70B)
* [Mawdistical/Vulpine-Seduction-70B](https://huggingface.co/Mawdistical/Vulpine-Seduction-70B)
* [Mawdistical/Lured-Lapine-70B](https://huggingface.co/Mawdistical/Lured-Lapine-70B)
* [Mawdistical/Draconic-Tease-70B](https://huggingface.co/Mawdistical/Draconic-Tease-70B)
* [Mawdistical/Predatorial-Extasy-70B](https://huggingface.co/Mawdistical/Predatorial-Extasy-70B)
* [Mawdistical/Incandescent-Malevolence-70B](https://huggingface.co/Mawdistical/Incandescent-Malevolence-70B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: Mawdistical/Draconic-Tease-70B
  - model: Mawdistical/Squelching-Fantasies-70B
  - model: Mawdistical/Incandescent-Malevolence-70B
  - model: Mawdistical/Predatorial-Extasy-70B
  - model: Mawdistical/Wanton-Wolf-70B
  - model: Mawdistical/Feral-Allura-70B
  - model: Mawdistical/Lured-Lapine-70B
  - model: Mawdistical/Vulpine-Seduction-70B
base_model: TheSkullery/Unnamed-Exp-70b-v0.7.A
merge_method: model_stock
dtype: float32
out_dtype: bfloat16
chat_template: llama3
tokenizer:
 source: TheSkullery/Unnamed-Exp-70b-v0.7.A
 pad_to_multiple_of: 8

```