File size: 1,994 Bytes
2eca3a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- PocketDoc/Dans-DangerousWinds-V1.1.1-24b
- arcee-ai/Arcee-Blitz
- ReadyArt/Forgotten-Safeword-24B-V2.2
- mistralai/Mistral-Small-24B-Instruct-2501
- TheDrummer/Cydonia-24B-v2
library_name: transformers
tags:
- mergekit
- merge

---
# merge

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

# Recommended Settings
[Instruct Template](https://huggingface.co/Sukino/SillyTavern-Settings-and-Presets/blob/main/Text%20Completion%20Prompts/Mistralception%20V7%201.4.3.json), [Text Completion](https://huggingface.co/sleepdeprived3/Mistral-V7-Tekken-Extra-Dry/blob/main/Mistral-V7-Tekken-Extra-Dry.json), [Context Template](https://huggingface.co/sleepdeprived3/Mistral-V7-Tekken-Settings/blob/main/Mistral%20V7-Tekken.json), [Banned Tokens](https://huggingface.co/Sukino/SillyTavern-Settings-and-Presets/blob/main/Banned%20Tokens%20%5BAnti%20Eyes%20Test%5D.txt).

## Merge Details
### Merge Method

This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [mistralai/Mistral-Small-24B-Instruct-2501](https://huggingface.co/mistralai/Mistral-Small-24B-Instruct-2501) as a base.

### Models Merged

The following models were included in the merge:
* [PocketDoc/Dans-DangerousWinds-V1.1.1-24b](https://huggingface.co/PocketDoc/Dans-DangerousWinds-V1.1.1-24b)
* [arcee-ai/Arcee-Blitz](https://huggingface.co/arcee-ai/Arcee-Blitz)
* [ReadyArt/Forgotten-Safeword-24B-V2.2](https://huggingface.co/ReadyArt/Forgotten-Safeword-24B-V2.2)
* [TheDrummer/Cydonia-24B-v2](https://huggingface.co/TheDrummer/Cydonia-24B-v2)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
base_model: mistralai/Mistral-Small-24B-Instruct-2501
merge_method: model_stock
dtype: bfloat16
models:
  - model: TheDrummer/Cydonia-24B-v2
  - model: PocketDoc/Dans-DangerousWinds-V1.1.1-24b
  - model: arcee-ai/Arcee-Blitz
  - model: ReadyArt/Forgotten-Safeword-24B-V2.2

```