File size: 2,479 Bytes
5d4e3be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS
- Aleteian/Way-to-Unseen-Horizon-MN-12B
- Aleteian/To-the-end-of-this-earth-MN-12B
- anthracite-org/magnum-v2.5-12b-kto
- PocketDoc/Dans-DangerousWinds-V1.1.0-12b
- Moraliane/SAINEMO-reMIX
- Aleteian/Legend-of-the-Four-Winds-MN-12B
- DavidAU/MN-Dark-Planet-TITAN-12B
- Aleteian/On-the-Strange-Lands-MN-12B
- Aleteian/Saiga-Unleashed
library_name: transformers
tags:
- mergekit
- merge

---
# merge

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 [Aleteian/Saiga-Unleashed](https://huggingface.co/Aleteian/Saiga-Unleashed) as a base.

### Models Merged

The following models were included in the merge:
* [DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS](https://huggingface.co/DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS)
* [Aleteian/Way-to-Unseen-Horizon-MN-12B](https://huggingface.co/Aleteian/Way-to-Unseen-Horizon-MN-12B)
* [Aleteian/To-the-end-of-this-earth-MN-12B](https://huggingface.co/Aleteian/To-the-end-of-this-earth-MN-12B)
* [anthracite-org/magnum-v2.5-12b-kto](https://huggingface.co/anthracite-org/magnum-v2.5-12b-kto)
* [PocketDoc/Dans-DangerousWinds-V1.1.0-12b](https://huggingface.co/PocketDoc/Dans-DangerousWinds-V1.1.0-12b)
* [Moraliane/SAINEMO-reMIX](https://huggingface.co/Moraliane/SAINEMO-reMIX)
* [Aleteian/Legend-of-the-Four-Winds-MN-12B](https://huggingface.co/Aleteian/Legend-of-the-Four-Winds-MN-12B)
* [DavidAU/MN-Dark-Planet-TITAN-12B](https://huggingface.co/DavidAU/MN-Dark-Planet-TITAN-12B)
* [Aleteian/On-the-Strange-Lands-MN-12B](https://huggingface.co/Aleteian/On-the-Strange-Lands-MN-12B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: Aleteian/Way-to-Unseen-Horizon-MN-12B
  - model: DavidAU/MN-Dark-Planet-TITAN-12B
  - model: Aleteian/Legend-of-the-Four-Winds-MN-12B
  - model: DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS
  - model: Aleteian/To-the-end-of-this-earth-MN-12B
  - model: PocketDoc/Dans-DangerousWinds-V1.1.0-12b
  - model: Aleteian/On-the-Strange-Lands-MN-12B
  - model: anthracite-org/magnum-v2.5-12b-kto
  - model: Moraliane/SAINEMO-reMIX
  
merge_method: model_stock
base_model: Aleteian/Saiga-Unleashed

dtype: bfloat16
tokenizer_source: "union"
chat_template: "auto"

```