File size: 1,967 Bytes
12abbe6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- P0x0/Epos-8b
- FuseAI/FuseChat-Llama-3.1-8B-Instruct
- Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B
- jaspionjader/bh-62
- SentientAGI/Dobby-Mini-Unhinged-Llama-3.1-8B
- djuna/L3.1-Promissum_Mane-8B-Della-calc
- NeverSleep/Lumimaid-v0.2-8B
- DavidAU/L3.1-RP-Hero-Dirty_Harry-8B
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 [SCE](https://arxiv.org/abs/2408.07990) merge method using [jaspionjader/bh-62](https://huggingface.co/jaspionjader/bh-62) as a base.

### Models Merged

The following models were included in the merge:
* [P0x0/Epos-8b](https://huggingface.co/P0x0/Epos-8b)
* [FuseAI/FuseChat-Llama-3.1-8B-Instruct](https://huggingface.co/FuseAI/FuseChat-Llama-3.1-8B-Instruct)
* [Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B](https://huggingface.co/Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B)
* [SentientAGI/Dobby-Mini-Unhinged-Llama-3.1-8B](https://huggingface.co/SentientAGI/Dobby-Mini-Unhinged-Llama-3.1-8B)
* [djuna/L3.1-Promissum_Mane-8B-Della-calc](https://huggingface.co/djuna/L3.1-Promissum_Mane-8B-Della-calc)
* [NeverSleep/Lumimaid-v0.2-8B](https://huggingface.co/NeverSleep/Lumimaid-v0.2-8B)
* [DavidAU/L3.1-RP-Hero-Dirty_Harry-8B](https://huggingface.co/DavidAU/L3.1-RP-Hero-Dirty_Harry-8B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: jaspionjader/bh-62
  - model: SentientAGI/Dobby-Mini-Unhinged-Llama-3.1-8B
  - model: Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B
  - model: FuseAI/FuseChat-Llama-3.1-8B-Instruct
  - model: DavidAU/L3.1-RP-Hero-Dirty_Harry-8B
  - model: NeverSleep/Lumimaid-v0.2-8B
  - model: djuna/L3.1-Promissum_Mane-8B-Della-calc
  - model: P0x0/Epos-8b
merge_method: sce
base_model: jaspionjader/bh-62
parameters:
  select_topk: 0.67
dtype: bfloat16

```